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/07/20 13:39:41 UTC

[arrow] branch master updated (852933e -> ec52951)

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 852933e  ARROW-13382: [C++] Avoid multiple definitions of same symbol
     add ec52951  ARROW-13224: [Python][Doc] Documentation missing for pyarrow.dataset.write_dataset

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_base.h             |   1 +
 docs/source/conf.py                           |   5 +
 docs/source/developers/crossbow.rst           |  18 +--
 docs/source/developers/experimental_repos.rst |  12 +-
 docs/source/java/algorithm.rst                |  11 +-
 docs/source/python/api/dataset.rst            |   1 +
 docs/source/python/api/ipc.rst                |   1 +
 docs/source/python/dataset.rst                | 178 +++++++++++++++++++++++---
 python/pyarrow/_hdfs.pyx                      |   8 +-
 python/pyarrow/array.pxi                      |   1 -
 10 files changed, 193 insertions(+), 43 deletions(-)