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 2021/07/22 12:39:16 UTC

[arrow] branch release-5.0.0 updated (fae3aa2 -> 7376eef)

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

kszucs pushed a change to branch release-5.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from fae3aa2  MINOR: Rename setup options chunk
     add fd6c2e7  ARROW-12804: [C++] Return expected result for IsNull and IsValid for NullArray
     add 5889ebb  ARROW-13419: [JS] Fix perf tests
     add 55891ed  ARROW-13391: [CSV] Correct row and column number to error messages with CSV streaming reader
     add 60f49f1  ARROW-13242: [C++] Improve random generation of decimal arrays
     add dcf3a0b  ARROW-13432: [Release] Fix ssh connection to the binary uploader container
     add 25f016f  ARROW-13431: [Release] Bump go version to 1.15; don't verify rust source anymore
     add 7376eef  ARROW-13428: [C++][Flight] Add missing -lssl with bundled gRPC and system shared OpenSSL

No new revisions were added by this update.

Summary of changes:
 cpp/cmake_modules/ThirdpartyToolchain.cmake |   1 +
 cpp/src/arrow/array/array_base.h            |  10 +-
 cpp/src/arrow/array/array_test.cc           |   6 +-
 cpp/src/arrow/array/builder_decimal.h       |   2 +
 cpp/src/arrow/csv/column_builder.cc         |   2 +-
 cpp/src/arrow/csv/column_decoder.cc         |  19 +--
 cpp/src/arrow/csv/reader.cc                 |  15 ++-
 cpp/src/arrow/testing/random.cc             | 119 ++++++++++++----
 cpp/src/arrow/testing/random.h              |  49 ++++---
 cpp/src/arrow/testing/random_test.cc        | 106 +++++++++++++--
 cpp/src/arrow/util/basic_decimal.h          |   1 +
 dev/release/05-binary-upload.sh             |   1 +
 dev/release/utils-binary.sh                 |   2 +-
 dev/release/verify-release-candidate.sh     |  41 +-----
 dev/tasks/tasks.yml                         |   3 +-
 js/perf/index.ts                            |   2 +-
 js/tsconfig.json                            |   2 +-
 python/pyarrow/tests/test_csv.py            | 201 ++++++++++++++++------------
 18 files changed, 376 insertions(+), 206 deletions(-)