This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from a898ee1 ARROW-9887: [Rust] [DataFusion] Added support for complex
return types for built-in functions
add 8813eac ARROW-9658: [Python] Python bindings for dataset writing
No new revisions were added by this update.
Summary of changes:
python/pyarrow/_dataset.pyx | 68 ++++++++++
python/pyarrow/dataset.py | 72 ++++++++++-
python/pyarrow/includes/libarrow.pxd | 1 +
python/pyarrow/includes/libarrow_dataset.pxd | 16 +++
python/pyarrow/tests/test_dataset.py | 187 +++++++++++++++++++++++++++
5 files changed, 343 insertions(+), 1 deletion(-)