zhztheplayer opened a new pull request #7030:
URL: https://github.com/apache/arrow/pull/7030


   Add following Datasets APIs to Java:
   
   - DatasetFactory
   - Dataset
   - Scanner
   - ScanTask
   
   Add a native dataset path to bridge c++ Datasets components to Java:
   
   - NativeDatasetFactory
   - NativeDataset
   - NativeScanner
   - NativeScanTask
   
   Add a simple reference `NativeDatasetFactory` implementation, which is 
already being useful in some scenarios:
   
   - SingleFileDatasetFactory
   - SingleFileDataset
   
   
   Unit tests are based on `SingleFileDataset`/`NativeDatasetFactory`. I may 
add more test cases under this PR in a time.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to