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 2020/03/25 13:44:57 UTC

[arrow] branch master updated (d3e7c59 -> b07c262)

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 d3e7c59  ARROW-8197: [Rust] [DataFusion] Fix schema returned by physical plan
     add b07c262  ARROW-7898: [Python] Reduce the number docstring violations using numpydoc

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/__init__.py       |  11 ++
 python/pyarrow/_dataset.pyx      |   2 +-
 python/pyarrow/_fs.pyx           |  72 ++++++++----
 python/pyarrow/array.pxi         | 239 ++++++++++++++++++++------------------
 python/pyarrow/builder.pxi       |  20 ++--
 python/pyarrow/feather.py        |  24 ++--
 python/pyarrow/filesystem.py     | 111 ++++++++++++------
 python/pyarrow/fs.py             |   3 +
 python/pyarrow/gandiva.pyx       |   2 +-
 python/pyarrow/hdfs.py           |  27 ++---
 python/pyarrow/io.pxi            |  65 ++++++-----
 python/pyarrow/ipc.pxi           |  34 +++---
 python/pyarrow/ipc.py            |  43 +++----
 python/pyarrow/jvm.py            |   8 +-
 python/pyarrow/lib.pyx           |   2 +-
 python/pyarrow/memory.pxi        |   2 +-
 python/pyarrow/parquet.py        | 199 ++++++++++++++++----------------
 python/pyarrow/serialization.pxi |  75 +++++++-----
 python/pyarrow/table.pxi         | 153 ++++++++++++++++++-------
 python/pyarrow/tensor.pxi        |  27 +++--
 python/pyarrow/types.pxi         | 241 +++++++++++++++++++++++----------------
 python/pyarrow/types.py          |  87 +++++++-------
 22 files changed, 850 insertions(+), 597 deletions(-)