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/09/24 20:05:42 UTC

[arrow] branch master updated (13c2782 -> 6a0513b)

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 13c2782  ARROW-14116: [C++][Docs] Consistent variable names in WriteCSV example
     add 6a0513b  ARROW-14072: [GLib][Parquet] Add gparquet_arrow_file_reader_get_n_rows()

No new revisions were added by this update.

Summary of changes:
 c_glib/doc/parquet-glib/meson.build           |   2 +-
 c_glib/doc/parquet-glib/parquet-glib-docs.xml |  16 +-
 c_glib/parquet-glib/arrow-file-reader.cpp     |  15 ++
 c_glib/parquet-glib/arrow-file-reader.h       |   8 +-
 c_glib/parquet-glib/arrow-file-writer.h       |  30 ++--
 c_glib/parquet-glib/meson.build               |  10 --
 c_glib/parquet-glib/parquet-glib.h            |   2 -
 c_glib/parquet-glib/version.h.in              | 218 --------------------------
 c_glib/test/parquet/test-arrow-file-reader.rb |   4 +
 9 files changed, 43 insertions(+), 262 deletions(-)
 delete mode 100644 c_glib/parquet-glib/version.h.in