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 732e333  ARROW-9266: [Python][Packaging] Enable S3 support in macOS 
wheels
     add 8366799  ARROW-10099: [C++][Dataset] Simplify type inference for 
partition columns

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/builder_dict.h           |  14 +--
 cpp/src/arrow/dataset/dataset_test.cc        |  11 +--
 cpp/src/arrow/dataset/file_base.cc           |   6 --
 cpp/src/arrow/dataset/file_parquet.cc        |  11 ++-
 cpp/src/arrow/dataset/filter.cc              |  16 +--
 cpp/src/arrow/dataset/partition.cc           | 142 +++++++++++++--------------
 cpp/src/arrow/dataset/partition.h            |  13 +--
 cpp/src/arrow/dataset/partition_test.cc      |  46 ++++-----
 cpp/src/arrow/dataset/test_util.h            |   3 +-
 python/pyarrow/_dataset.pyx                  |  69 ++++++++-----
 python/pyarrow/includes/libarrow_dataset.pxd |   2 +-
 python/pyarrow/parquet.py                    |   3 +-
 python/pyarrow/tests/test_dataset.py         |  61 +++++-------
 python/pyarrow/tests/test_parquet.py         |   4 +-
 14 files changed, 197 insertions(+), 204 deletions(-)

Reply via email to