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 1270034  ARROW-7951: [Python] Expose BYTE_STREAM_SPLIT in pyarrow
     add f9ce855  ARROW-7802: [C++][Python]  Support LargeBinary and 
LargeString in the hash kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/dict_internal.h        |  7 ++-
 cpp/src/arrow/compute/kernels/hash.cc      |  2 +
 cpp/src/arrow/compute/kernels/hash_test.cc | 98 +++++++++++++++++-------------
 cpp/src/arrow/util/hashing.h               | 46 ++++++++------
 cpp/src/arrow/util/hashing_test.cc         |  4 +-
 cpp/src/parquet/encoding.cc                |  4 +-
 python/pyarrow/array.pxi                   | 15 +++++
 python/pyarrow/includes/libarrow.pxd       |  3 +
 python/pyarrow/table.pxi                   | 15 +++++
 python/pyarrow/tests/test_array.py         | 39 +++++++++++-
 10 files changed, 163 insertions(+), 70 deletions(-)

Reply via email to