You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/12/24 05:02:46 UTC

[arrow] branch master updated (afa3a5f -> 03fc543)

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

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


    from afa3a5f  PARQUET-1720: [C++] JSONPrint not showing version correctly
     add 03fc543  ARROW-7468: [Python] fix typos

No new revisions were added by this update.

Summary of changes:
 python/manylinux1/README.md                  | 2 +-
 python/manylinux1/build_arrow.sh             | 2 +-
 python/pyarrow/_cuda.pyx                     | 4 ++--
 python/pyarrow/_dataset.pyx                  | 4 ++--
 python/pyarrow/_flight.pyx                   | 2 +-
 python/pyarrow/includes/libarrow_dataset.pxd | 4 ++--
 python/pyarrow/io.pxi                        | 2 +-
 python/pyarrow/parquet.py                    | 4 ++--
 python/pyarrow/table.pxi                     | 2 +-
 python/pyarrow/tests/pandas_examples.py      | 4 ++--
 python/pyarrow/tests/strategies.py           | 2 +-
 python/pyarrow/tests/test_cuda.py            | 2 +-
 python/pyarrow/tests/test_pandas.py          | 6 +++---
 python/pyarrow/tests/test_parquet.py         | 2 +-
 python/pyarrow/types.py                      | 6 +++---
 15 files changed, 24 insertions(+), 24 deletions(-)