You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2021/12/08 11:00:13 UTC

[arrow] branch master updated (b31dd51 -> 2bffb82)

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

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


    from b31dd51  ARROW-14431: [C++][Gandiva] Implement AES ENCRYPT and AES DECRYPT functions
     add 2bffb82  ARROW-13208: [Python][CI] Create a build for validating python docstrings

No new revisions were added by this update.

Summary of changes:
 .github/workflows/python.yml       |  6 ++++
 dev/archery/archery/lang/python.py |  4 +--
 dev/archery/archery/utils/lint.py  |  2 +-
 dev/archery/setup.py               |  1 +
 docker-compose.yml                 | 26 ++++++++++++++++--
 python/pyarrow/compat.pxi          | 18 ++++++++++++
 python/pyarrow/gandiva.pyx         | 56 ++++++++++++++++++++++++++++++++++++--
 python/pyarrow/orc.py              |  2 +-
 python/pyarrow/plasma.py           | 37 ++++++++++++++++---------
 python/pyarrow/table.pxi           |  7 +++++
 10 files changed, 136 insertions(+), 23 deletions(-)