This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from fe5380ec9 IMPALA-11558: Ensure one Kudu client created (FE) for the
specified Kudu master addresses
new a52721e62 IMPALA-11644: updateLatestEventId should handle cases of
empty events
new 6e7cd605f IMPALA-11504: Specializing
DecimalUtil::GetScaleMultiplier<int256_t>().
new 11157a870 IMPALA-10889: Allow extra 1MB for fragment cancellation
The 3 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/CMakeLists.txt | 1 +
be/src/benchmarks/decimal-util-benchmark.cc | 92 +++++++++++++
be/src/runtime/decimal-test.cc | 19 +++
be/src/util/decimal-util.h | 153 +++++++++++++++++----
.../catalog/events/MetastoreEventsProcessor.java | 8 +-
tests/custom_cluster/test_executor_groups.py | 4 +-
6 files changed, 243 insertions(+), 34 deletions(-)
create mode 100644 be/src/benchmarks/decimal-util-benchmark.cc