You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by fs...@apache.org on 2020/06/17 15:23:49 UTC

[arrow] branch master updated (0cd36fe -> 2ebe103)

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

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


    from 0cd36fe  ARROW-7068: [C++] Add ListArray::offsets and LargeListArray::offsets returning boxed version of offsets as Int32Array/Int64Array
     add 2ebe103  ARROW-9105: [C++][Dataset][Python] Pass an explicit schema to split_by_row_groups

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_parquet.cc      |  9 +++++++--
 cpp/src/arrow/dataset/file_parquet_test.cc | 28 ++++++++++++++++++++++++++--
 python/pyarrow/_dataset.pyx                | 11 +++++++----
 python/pyarrow/tests/test_dataset.py       | 24 ++++++++++++++++++++++++
 4 files changed, 64 insertions(+), 8 deletions(-)