Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
None
-
None
-
None
-
None
Description
Compare new Dataset ORC reader versus Adapter ORC reader:
Dataset ORC: High level interface to a dataset abstraction
FileSystemDatasetFactory(rootAllocator(), NativeMemoryPool.getDefault(),FileFormat.ORC, orcDatasetUri)
Adapter ORC: Direct bindings to the file reader
new OrcReader(testFile.getAbsolutePath(), allocator);
Attachments
Issue Links
- Dependency
-
ARROW-17561 [Java][ORC] Move JNI build configuration from cpp/ to java/
- Resolved