You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/04/01 13:31:36 UTC

[arrow] branch master updated (24e3b7f -> 876d579)

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

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


    from 24e3b7f  ARROW-12097: [C++] Modify BackgroundGenerator so it creates fewer threads
     add 876d579  ARROW-12068: [Python] Stop using distutils

No new revisions were added by this update.

Summary of changes:
 LICENSE.txt                                        |   9 +
 dev/release/rat_exclude_files.txt                  |   1 +
 dev/tasks/conda-recipes/azure.clean.yml            |   2 +-
 dev/tasks/conda-recipes/clean.py                   |   5 +-
 python/examples/plasma/sorting/setup.py            |   2 +-
 python/pyarrow/feather.py                          |   3 +-
 python/pyarrow/pandas-shim.pxi                     |  13 +-
 python/pyarrow/tests/parquet/test_dataset.py       |   4 +-
 python/pyarrow/tests/parquet/test_pandas.py        |   4 +-
 python/pyarrow/tests/test_fs.py                    |   6 +-
 python/pyarrow/tests/test_pandas.py                |  40 +-
 python/pyarrow/tests/test_schema.py                |   5 +-
 .../{benchmarks => pyarrow/vendored}/__init__.py   |   0
 python/pyarrow/vendored/version.py                 | 545 +++++++++++++++++++++
 python/setup.py                                    |  37 +-
 15 files changed, 620 insertions(+), 56 deletions(-)
 copy python/{benchmarks => pyarrow/vendored}/__init__.py (100%)
 create mode 100644 python/pyarrow/vendored/version.py