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/05/27 15:55:28 UTC

[arrow] branch master updated (7634d0b -> 822a5a2)

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 7634d0b  ARROW-11849: [R] Use roxygen @examplesIf
     add 822a5a2  ARROW-9299: [C++][Python] Expose ORC metadata

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/adapters/orc/adapter.cc      | 23 ++++++++++++++---------
 cpp/src/arrow/adapters/orc/adapter.h       |  5 +++++
 cpp/src/arrow/adapters/orc/adapter_test.cc |  5 +++++
 python/pyarrow/_orc.pxd                    |  2 ++
 python/pyarrow/_orc.pyx                    | 20 ++++++++++++++++++++
 python/pyarrow/orc.py                      |  5 +++++
 python/pyarrow/tests/test_orc.py           |  6 ++++--
 7 files changed, 55 insertions(+), 11 deletions(-)