This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from fa3cf78e3f MINOR: [R][CI] Fix typo in docker configure script (#14374)
add a39f219751 ARROW-17786: [Java] Read CSV files using
org.apache.arrow.dataset.jni.NativeDatasetFactory (#14182)
No new revisions were added by this update.
Summary of changes:
java/dataset/src/main/cpp/jni_wrapper.cc | 4 +++
.../org/apache/arrow/dataset/file/FileFormat.java | 1 +
.../{OrcWriteSupport.java => CsvWriteSupport.java} | 41 +++++++++++++---------
.../arrow/dataset/file/TestFileSystemDataset.java | 25 +++++++++++++
java/pom.xml | 32 ++++++++++++-----
5 files changed, 77 insertions(+), 26 deletions(-)
copy java/dataset/src/test/java/org/apache/arrow/dataset/{OrcWriteSupport.java
=> CsvWriteSupport.java} (50%)