This is an automated email from the ASF dual-hosted git repository. wesm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 3f38bd4 ARROW-5727: [Python] [CI] Install pytest-faulthandler before running tests add 2825452 ARROW-5699: [C++] Optimize decimal128 parsing No new revisions were added by this update. Summary of changes: cpp/src/arrow/array-test.cc | 2 +- cpp/src/arrow/array/builder_binary.h | 8 ++++ cpp/src/arrow/array/builder_decimal.cc | 15 +++++- cpp/src/arrow/array/builder_decimal.h | 4 +- cpp/src/arrow/builder-benchmark.cc | 22 +++++++++ cpp/src/arrow/csv/converter-benchmark.cc | 21 +++++++++ cpp/src/arrow/csv/converter.cc | 4 +- cpp/src/arrow/util/decimal-benchmark.cc | 9 +++- cpp/src/arrow/util/decimal.cc | 79 +++++++++++++++++--------------- cpp/src/arrow/util/parsing.h | 2 +- 10 files changed, 119 insertions(+), 47 deletions(-)