You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2022/11/30 08:24:15 UTC

[arrow] branch master updated (2e9611a8e6 -> a497f28fbe)

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

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


    from 2e9611a8e6 ARROW-18237: [Java] Extend Table code (#14573)
     add a497f28fbe ARROW-18399: [Python] Reduce warnings during tests (#14729)

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/parquet/core.py                |  4 +++
 python/pyarrow/tests/conftest.py              |  2 ++
 python/pyarrow/tests/parquet/test_basic.py    | 16 +++++-----
 python/pyarrow/tests/parquet/test_dataset.py  |  1 +
 python/pyarrow/tests/parquet/test_datetime.py |  7 ++++-
 python/pyarrow/tests/parquet/test_metadata.py |  1 +
 python/pyarrow/tests/parquet/test_pandas.py   |  1 +
 python/pyarrow/tests/test_filesystem.py       |  1 +
 python/pyarrow/tests/test_ipc.py              |  1 +
 python/pyarrow/tests/test_orc.py              |  4 ++-
 python/pyarrow/tests/test_pandas.py           | 42 +++++++++++++++++--------
 python/pyarrow/tests/test_plasma.py           | 10 ++++--
 python/pyarrow/tests/test_substrait.py        |  1 +
 python/pyarrow/tests/util.py                  | 45 ++++++++++++++-------------
 14 files changed, 89 insertions(+), 47 deletions(-)