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 5cab673 ARROW-9274: [Rust] Parse 64bit numbers from integration files
as strings
add 95a5904 ARROW-8647: [C++][Python][Dataset] Allow partitioning fields
to be inferred with dictionary type
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/array/util.cc | 9 +-
cpp/src/arrow/compare.cc | 5 +-
cpp/src/arrow/compute/kernels/scalar_set_lookup.cc | 31 +++--
cpp/src/arrow/dataset/dataset_test.cc | 6 +-
cpp/src/arrow/dataset/partition.cc | 126 ++++++++++++++++-----
cpp/src/arrow/dataset/partition.h | 72 +++++++-----
cpp/src/arrow/dataset/partition_test.cc | 95 +++++++++++++++-
cpp/src/arrow/scalar.cc | 13 ++-
cpp/src/arrow/scalar.h | 6 +-
python/pyarrow/_dataset.pyx | 45 ++++++--
python/pyarrow/includes/libarrow_dataset.pxd | 9 +-
python/pyarrow/tests/test_dataset.py | 33 ++++++
r/tests/testthat/test-expression.R | 2 -
13 files changed, 357 insertions(+), 95 deletions(-)