You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Owen O'Malley (Jira)" <ji...@apache.org> on 2020/02/24 22:33:00 UTC

[jira] [Created] (ORC-602) Create adaptor for using FSDataInputStream for Java ORC reader

Owen O'Malley created ORC-602:
---------------------------------

             Summary: Create adaptor for using FSDataInputStream for Java ORC reader
                 Key: ORC-602
                 URL: https://issues.apache.org/jira/browse/ORC-602
             Project: ORC
          Issue Type: Bug
          Components: Java
            Reporter: Owen O'Malley
            Assignee: Owen O'Malley


Create an adapter for frameworks that have a FSDataInputStream open already and want to read it as an ORC file.

Note: We can't use InputStream (or DataInputStream) because we need positioned reads. We also need the size of the stream.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)