You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Stephen Sisk (JIRA)" <ji...@apache.org> on 2017/04/24 19:47:04 UTC

[jira] [Created] (BEAM-2066) Strip IOChannel validation calls from file based IOs

Stephen Sisk created BEAM-2066:
----------------------------------

             Summary: Strip IOChannel validation calls from file based IOs
                 Key: BEAM-2066
                 URL: https://issues.apache.org/jira/browse/BEAM-2066
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-extensions
            Reporter: Stephen Sisk
            Assignee: Stephen Sisk
            Priority: Minor


IOs like TextIO are still calling IOChannelUtils to validate the particular spec they're given. This results in errors since in the new Beam FileSystem world, IOChannelFactory does not know about all the registered IO schemas.

per [~dhalperi@google.com], we can just strip out this validation code - if there is an issue, we will catch it later in the read process.



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