This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 4b6281299 [tools] Add Dev Container support for Impala development.
new 20a9d2669 IMPALA-11957: Implement Regression functions: regr_slope(),
regr_intercept() and regr_r2()
new 81844499b IMPALA-12366: Use 2GB as the default for
thrift_rpc_max_message_size
new d96341ed5 IMPALA-12393: Fix inconsistent hash for TimestampValue in
DictEncoder
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/exprs/aggregate-functions-ir.cc | 272 ++++++++-
be/src/exprs/aggregate-functions.h | 22 +
be/src/rpc/thrift-util.cc | 10 +-
be/src/service/client-request-state.cc | 5 +-
be/src/util/dict-encoding.h | 7 +
be/src/util/dict-test.cc | 2 +-
.../java/org/apache/impala/catalog/BuiltinsDb.java | 71 +++
.../queries/QueryTest/aggregation.test | 631 ++++++++++++++++++++-
8 files changed, 1006 insertions(+), 14 deletions(-)