You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "David Dali Susanibar Arce (Jira)" <ji...@apache.org> on 2022/09/13 14:39:00 UTC

[jira] [Created] (ARROW-17705) [Java][Dataset][Adapter/ORC] Compare features for ORC reader between Dataset and Adapter/ORC

David Dali Susanibar Arce created ARROW-17705:
-------------------------------------------------

             Summary: [Java][Dataset][Adapter/ORC] Compare features for ORC reader between Dataset and Adapter/ORC 
                 Key: ARROW-17705
                 URL: https://issues.apache.org/jira/browse/ARROW-17705
             Project: Apache Arrow
          Issue Type: Sub-task
            Reporter: David Dali Susanibar Arce
            Assignee: David Dali Susanibar Arce


Compare new Dataset ORC reader versus Adapter ORC reader:

Dataset ORC: High level interface to a dataset abstraction
{code:java}
FileSystemDatasetFactory(rootAllocator(), NativeMemoryPool.getDefault(),FileFormat.ORC, orcDatasetUri) {code}
 

Adapter ORC: Direct bindings to the file reader 
{code:java}
new OrcReader(testFile.getAbsolutePath(), allocator); {code}
 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)