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 ae6a3b9ec IMPALA-13082: Use separate versions for jackson vs
jackson-databind
new 02469e723 IMPALA-12964: Implement basic aggregation in the Calcite
planner
new 3bdf1d264 IMPALA-13310 Add the value of the http 'X-Forwarded-For'
header to the runtime profile
new 649306045 IMPALA-13311: Hive3 INSERT failed by ClassNotFoundException:
org.apache.tez.runtime.api.Event
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/rpc/authentication.cc | 11 +
be/src/rpc/thrift-server.h | 3 +
be/src/service/client-request-state.cc | 5 +
be/src/service/impala-hs2-server.cc | 1 +
be/src/service/impala-server.h | 4 +
be/src/transport/THttpServer.cpp | 11 +-
be/src/transport/THttpServer.h | 9 +
bin/bootstrap_toolchain.py | 9 +-
bin/impala-config.sh | 5 +-
.../calcite/rel/node/ConvertToImpalaRelRules.java | 14 +
.../impala/calcite/rel/node/ImpalaAggRel.java | 373 +++++++++++++++++++++
.../impala/calcite/rel/node/ImpalaPlanRel.java | 3 +-
.../impala/calcite/service/CalciteOptimizer.java | 1 +
.../calcite/service/CalcitePhysPlanCreator.java | 3 +-
.../impala/calcite/util/SimplifiedAnalyzer.java | 128 +++++++
shell/impala_client.py | 6 +-
shell/impala_shell.py | 8 +-
shell/option_parser.py | 4 +
testdata/bin/run-hive-server.sh | 2 +-
testdata/cluster/hive/README | 5 +
testdata/cluster/hive/patch4-HIVE-27336.diff | 258 ++++++++++++++
.../queries/QueryTest/calcite.test | 63 ++++
tests/shell/test_shell_commandline.py | 30 ++
23 files changed, 938 insertions(+), 18 deletions(-)
create mode 100644
java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/node/ImpalaAggRel.java
create mode 100644
java/calcite-planner/src/main/java/org/apache/impala/calcite/util/SimplifiedAnalyzer.java
create mode 100644 testdata/cluster/hive/patch4-HIVE-27336.diff