You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/09/28 11:34:45 UTC

[arrow] branch master updated (848c225 -> 515daab)

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

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


    from 848c225  ARROW-9965: [Java] Improve performance of BaseFixedWidthVector.setSafe by optimizing capacity calculations
     add 515daab  ARROW-8618: [C++] Clean up some redundant std::move()s

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_base.cc         |  4 ++--
 cpp/src/arrow/dataset/file_csv_test.cc     |  8 ++++----
 cpp/src/arrow/dataset/file_ipc_test.cc     |  8 ++++----
 cpp/src/arrow/dataset/file_parquet_test.cc | 12 ++++++------
 cpp/src/arrow/dataset/scanner.cc           |  2 +-
 cpp/src/arrow/dataset/test_util.h          |  4 ++--
 cpp/src/arrow/result.h                     |  4 ++--
 cpp/src/arrow/testing/gtest_util.h         |  2 +-
 cpp/src/arrow/util/iterator.h              |  4 ++--
 cpp/src/arrow/util/iterator_test.cc        |  2 +-
 10 files changed, 25 insertions(+), 25 deletions(-)