You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2020/05/01 00:05:04 UTC

[arrow] branch master updated (17404e1 -> fade8d8)

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

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


    from 17404e1  ARROW-8648: [Rust] Optimize Rust CI Workflows
     add fade8d8  ARROW-8447: [C++][Dataset] Ensure row deterministic ordering in Scanner::ToTable

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/scanner.cc     | 37 ++++++++++++++++++++++++++++--------
 cpp/src/arrow/record_batch.cc        | 13 +++++++++----
 cpp/src/arrow/record_batch.h         | 17 +++++++++++------
 cpp/src/arrow/table.cc               |  6 ++++++
 cpp/src/arrow/table.h                | 20 +++++++++++++------
 cpp/src/arrow/testing/generator.h    |  2 +-
 python/pyarrow/tests/test_dataset.py | 16 ++++++++++++----
 7 files changed, 82 insertions(+), 29 deletions(-)