This is an automated email from the ASF dual-hosted git repository.
csringhofer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 87212d791 IMPALA-12811: Exception during re-analyze can be lost
new d03ffc70f IMPALA-12824: Adds built-in functions prettyprint_duration
and prettyprint_bytes.
new 2f14fd29c IMPALA-12433: Share buffers among channels in
KrpcDataStreamSender
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/benchmarks/expr-benchmark.cc | 112 +++++++++--------
be/src/benchmarks/row-batch-serialize-benchmark.cc | 31 +++--
be/src/exprs/expr-test.cc | 64 ++++++++++
be/src/exprs/string-functions-ir.cc | 59 +++++++++
be/src/exprs/string-functions.h | 14 +++
be/src/runtime/krpc-data-stream-sender.cc | 109 ++++++++++-------
be/src/runtime/krpc-data-stream-sender.h | 25 ++--
be/src/runtime/outbound-row-batch.h | 14 +--
be/src/runtime/row-batch-serialize-test.cc | 11 +-
be/src/runtime/row-batch.cc | 32 ++---
be/src/runtime/row-batch.h | 7 +-
common/function-registry/impala_functions.py | 8 ++
docs/topics/impala_functions.xml | 14 +++
docs/topics/impala_string_functions.xml | 77 ++++++++++++
.../org/apache/impala/planner/DataStreamSink.java | 2 +
.../queries/QueryTest/prettyprint-bytes.test | 134 +++++++++++++++++++++
.../queries/QueryTest/prettyprint-duration.test | 120 ++++++++++++++++++
...tial_functions.py => test_prettyprint_bytes.py} | 18 +--
...l_functions.py => test_prettyprint_duration.py} | 18 +--
19 files changed, 706 insertions(+), 163 deletions(-)
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/prettyprint-bytes.test
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/prettyprint-duration.test
copy tests/query_test/{test_geospatial_functions.py =>
test_prettyprint_bytes.py} (67%)
copy tests/query_test/{test_geospatial_functions.py =>
test_prettyprint_duration.py} (67%)