You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/03/07 20:53:51 UTC

[arrow] branch master updated (f6a41a4 -> a5d267d)

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

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


    from f6a41a4  ARROW-7785: [C++] Improve compilation performance of sparse tensor related code
     add a5d267d  ARROW-7943: [C++][Parquet] Add code to generate rep/def levels for nested arrays

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/buffer_builder.h              |  15 +
 cpp/src/parquet/CMakeLists.txt              |   2 +
 cpp/src/parquet/arrow/path_internal.cc      | 857 ++++++++++++++++++++++++++++
 cpp/src/parquet/arrow/path_internal.h       | 131 +++++
 cpp/src/parquet/arrow/path_internal_test.cc | 542 ++++++++++++++++++
 5 files changed, 1547 insertions(+)
 create mode 100644 cpp/src/parquet/arrow/path_internal.cc
 create mode 100644 cpp/src/parquet/arrow/path_internal.h
 create mode 100644 cpp/src/parquet/arrow/path_internal_test.cc