This is an automated email from the ASF dual-hosted git repository.
fsaintjacques pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from bbf1de0 [ARROW-6865][Java] Improve the performance of comparing an
ArrowBuf against a byte array (#5632)
add e080766 ARROW-6847: [C++] Add range_expression adapter to Iterator
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/result.h | 6 +++-
cpp/src/arrow/result_test.cc | 18 +++++++++++
cpp/src/arrow/status.h | 37 +++++++++++++++-------
cpp/src/arrow/status_test.cc | 8 +++++
cpp/src/arrow/util/{memory.h => compare.h} | 51 ++++++++++++++++++------------
cpp/src/arrow/util/iterator.h | 51 ++++++++++++++++++++++++++++--
cpp/src/arrow/util/iterator_test.cc | 42 ++++++++++++++++++++++++
cpp/src/arrow/util/string_builder.h | 18 +++++++++++
8 files changed, 195 insertions(+), 36 deletions(-)
copy cpp/src/arrow/util/{memory.h => compare.h} (50%)