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/12/16 18:53:52 UTC

[arrow] branch master updated (8a4d812 -> 81c8a0e)

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 8a4d812  ARROW-15044: [C++] Add OpenTelemetry exporters for debugging use
     add 81c8a0e  ARROW-10209: [Python] Support positional options in compute functions

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/_compute_docstrings.py |  56 +++++++
 python/pyarrow/compute.py             | 306 +++++-----------------------------
 python/pyarrow/tests/test_compute.py  | 138 +++++++++++----
 3 files changed, 207 insertions(+), 293 deletions(-)
 create mode 100644 python/pyarrow/_compute_docstrings.py