You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/10/11 19:35:36 UTC

[arrow] branch master updated (fa3cf78e3f -> a39f219751)

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%)