You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/09/21 15:51:43 UTC

[arrow] branch master updated (6ed712a -> ea1c020)

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 6ed712a  ARROW-13670: [C++] add virtual destructors
     add ea1c020  ARROW-13755: [Python] Allow writing datasets using a partitioning that only specifies field_names

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/_dataset.pyx                  |  4 ++
 python/pyarrow/dataset.py                    | 58 ++++++++++++++++++-----
 python/pyarrow/includes/libarrow_dataset.pxd |  2 +-
 python/pyarrow/tests/test_dataset.py         | 71 ++++++++++++++++++++++++++++
 4 files changed, 123 insertions(+), 12 deletions(-)