You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/01/11 19:41:31 UTC

[arrow] branch master updated (9b3aaa8 -> 01dec7e)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 9b3aaa8  ARROW-10623: [CI][R] Version 1.0.1 breaks data.frame attributes when reading file written by 2.0.0
     add 01dec7e  ARROW-11205: [GLib][Dataset] Add GADFileFormat and its family

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-dataset-glib/Makefile.am              |   3 +
 c_glib/arrow-dataset-glib/arrow-dataset-glib.h     |   1 +
 c_glib/arrow-dataset-glib/arrow-dataset-glib.hpp   |   1 +
 c_glib/arrow-dataset-glib/file-format.cpp          | 269 +++++++++++++++++++++
 c_glib/arrow-dataset-glib/file-format.h            |  92 +++++++
 .../file-format.hpp}                               |  11 +-
 c_glib/arrow-dataset-glib/meson.build              |   3 +
 c_glib/arrow-dataset-glib/scanner.cpp              |   2 +-
 .../{test-scan-context.rb => test-file-format.rb}  |  21 +-
 9 files changed, 388 insertions(+), 15 deletions(-)
 create mode 100644 c_glib/arrow-dataset-glib/file-format.cpp
 create mode 100644 c_glib/arrow-dataset-glib/file-format.h
 copy c_glib/{arrow-glib/chunked-array.hpp => arrow-dataset-glib/file-format.hpp} (74%)
 copy c_glib/test/dataset/{test-scan-context.rb => test-file-format.rb} (73%)