You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/03/21 14:12:41 UTC

[jira] [Created] (BEAM-1773) Consider allowing Source#validate() to throw exception

Ted Yu created BEAM-1773:
----------------------------

             Summary: Consider allowing Source#validate() to throw exception
                 Key: BEAM-1773
                 URL: https://issues.apache.org/jira/browse/BEAM-1773
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-core
            Reporter: Ted Yu
            Assignee: Davor Bonaci


In HDFSFileSource.java :
{code}
  @Override
  public void validate() {
...
      } catch (IOException | InterruptedException e) {
        throw new RuntimeException(e);
      }
{code}
Source#validate() should be allowed to throw exception so that we don't resort to using RuntimeException.

Here was related thread on mailing list:

http://search-hadoop.com/m/Beam/gfKHFOwE0uETxae?subj=Re+why+Source+validate+is+not+declared+to+throw+any+exception



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)