You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/01/25 16:58:28 UTC

[arrow] branch master updated (98c49a0 -> d75bd49)

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

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


    from 98c49a0  ARROW-7380: [C++][Dataset] Implement DatasetFactory
     add d75bd49  ARROW-7640: [C++][Dataset][Parquet] Detect missing compression support

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_parquet.cc |  2 ++
 cpp/src/parquet/arrow/reader.cc       |  4 ++++
 cpp/src/parquet/metadata.cc           | 24 ++++++++++++++++++++++++
 cpp/src/parquet/metadata.h            |  9 +++++++++
 4 files changed, 39 insertions(+)