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/11/08 16:19:41 UTC

[arrow] branch master updated (76c1242 -> 01b4caa)

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 76c1242  ARROW-14628: [Release][Python] Use python -m pytest
     add 01b4caa  ARROW-13558: [C++] Validate decimal arrays/scalars

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_test.cc                 | 63 +++++++++++++++----
 cpp/src/arrow/array/validate.cc                   | 22 +++++++
 cpp/src/arrow/compute/kernels/scalar_cast_test.cc | 76 ++++++++++++-----------
 cpp/src/arrow/ipc/test_common.cc                  | 27 ++------
 cpp/src/arrow/scalar.cc                           | 12 +++-
 cpp/src/arrow/scalar_test.cc                      |  6 ++
 cpp/src/arrow/testing/json_integration_test.cc    | 24 ++++++-
 cpp/src/arrow/testing/util.cc                     | 19 ------
 cpp/src/arrow/testing/util.h                      |  2 -
 cpp/src/arrow/util/decimal.h                      |  3 +-
 cpp/src/arrow/util/decimal_test.cc                | 24 +++++++
 cpp/src/parquet/arrow/test_util.h                 | 25 +++-----
 dev/archery/archery/cli.py                        |  2 +-
 dev/archery/archery/integration/datagen.py        | 24 +++----
 dev/archery/archery/integration/runner.py         | 16 ++++-
 dev/archery/archery/integration/tester.py         |  2 +-
 dev/archery/archery/integration/tester_cpp.py     | 11 +++-
 dev/archery/archery/integration/tester_csharp.py  |  2 +-
 dev/archery/archery/integration/tester_go.py      |  2 +-
 dev/archery/archery/integration/tester_java.py    |  2 +-
 dev/archery/archery/integration/tester_js.py      |  2 +-
 dev/archery/archery/integration/tester_rust.py    |  2 +-
 22 files changed, 231 insertions(+), 137 deletions(-)