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 5eef8c3 ARROW-11941: [Dev] Don't update Jira if run "DEBUG=1
merge_arrow_pr.py"
add 71892d7 ARROW-11260: [C++][Dataset] Don't require dictionaries when
specifying explicit partition schema
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/partition.cc | 55 ++++++++++++++++-----
cpp/src/arrow/dataset/partition.h | 4 ++
cpp/src/arrow/dataset/partition_test.cc | 74 ++++++++++++++++++++++++++++
python/pyarrow/_dataset.pyx | 30 +++++++++--
python/pyarrow/dataset.py | 31 +++++++++++-
python/pyarrow/includes/libarrow_dataset.pxd | 2 +
python/pyarrow/tests/test_dataset.py | 50 +++++++++++++++++++
7 files changed, 227 insertions(+), 19 deletions(-)