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/02/06 13:07:23 UTC

[arrow] branch master updated (97282b2 -> bd38bee)

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 97282b2  ARROW-7774: [Packaging][Python] Update macos and windows wheel filenames
     add bd38bee  ARROW-5981: [C++] Propagate errors from MemoTable to DictionaryBuilder

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/builder_dict.cc     | 143 +++++++-----------
 cpp/src/arrow/array/builder_dict.h      | 133 ++++++----------
 cpp/src/arrow/array/dict_internal.cc    |   5 +-
 cpp/src/arrow/array/dict_internal.h     |  12 ++
 cpp/src/arrow/builder_benchmark.cc      |  37 ++---
 cpp/src/arrow/compute/kernels/hash.cc   |   8 +-
 cpp/src/arrow/compute/kernels/isin.cc   |   4 +-
 cpp/src/arrow/python/arrow_to_pandas.cc |   3 +-
 cpp/src/arrow/util/hashing.h            |  66 ++++----
 cpp/src/arrow/util/hashing_test.cc      | 260 ++++++++++++++++++--------------
 cpp/src/parquet/encoding.cc             |  31 ++--
 cpp/src/parquet/encoding.h              |   3 +-
 12 files changed, 333 insertions(+), 372 deletions(-)