This is an automated email from the ASF dual-hosted git repository.
bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 4f8c513 ARROW-7206: [Java] Avoid string concatenation when calling
Preconditions#checkArgument
add 8685da2 ARROW-7172: [C++][Dataset] Improve format of
Expression::ToString
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/filter.cc | 68 +++++++++++++++++-------------------
cpp/src/arrow/dataset/filter_test.cc | 8 +++++
cpp/src/arrow/util/string.cc | 13 +++++++
cpp/src/arrow/util/string.h | 6 ++++
r/tests/testthat/test-expression.R | 4 +--
5 files changed, 60 insertions(+), 39 deletions(-)