You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by wj...@apache.org on 2023/04/13 00:42:06 UTC

[arrow] branch main updated (49631057e9 -> 3bd57e35cc)

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

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


    from 49631057e9 GH-34216: [Python] Support for reading JSON Datasets With Python (#34586)
     add 3bd57e35cc GH-34888: [C++][Parquet] Writer supports adding extra kv meta (#34889)

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/file_writer.cc   | 29 +++++++++++++++++++----
 cpp/src/parquet/file_writer.h    | 10 ++++++++
 cpp/src/parquet/metadata.cc      | 24 +++++++++++++++----
 cpp/src/parquet/metadata.h       | 11 ++++++---
 cpp/src/parquet/metadata_test.cc | 51 ++++++++++++++++++++++++++++++++++++++--
 5 files changed, 110 insertions(+), 15 deletions(-)