You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2021/12/20 19:03:40 UTC

[arrow] branch master updated (aade058 -> 281dee5)

This is an automated email from the ASF dual-hosted git repository.

westonpace pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from aade058  ARROW-14804: [R] import_from_c() / export_to_c() methods should accept external pointers
     add 281dee5  ARROW-15019: [Python] Add bindings for new dataset writing options

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/_dataset.pyx                  |  10 +-
 python/pyarrow/dataset.py                    |  41 +++++-
 python/pyarrow/includes/libarrow_dataset.pxd |   4 +
 python/pyarrow/tests/test_dataset.py         | 187 +++++++++++++++++++++++++++
 testing                                      |   2 +-
 5 files changed, 240 insertions(+), 4 deletions(-)