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 64c4abe6e IMPALA-14547: Bumping Kudu version to pickup KUDU-3716
     new a6bb0c7c4 IMPALA-14408: Use regular path for Calcite planner instead 
of CalciteJniFrontend
     new e67b62785 IMPALA-14408: (addendum) Log Calcite exception in profile
     new 5ea4dc342 IMPALA-14565: Update Apache component versions after 
CDP_BUILD_NUMBER bump to 71942734
     new 5eea4f6f7 IMPALA-14559: Ship calcite-planner jar in Impala packages
     new f12bb87d4 IMPALA-14081: (addendum) add ';' to CREATE part in dataload

The 5 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/service/impala-server.cc                    |   3 +
 bin/impala-config.sh                               |   8 +-
 bin/set-classpath.sh                               |  34 ++-----
 bin/start-impala-cluster.py                        |   4 +-
 docker/setup_build_context.py                      |  24 ++---
 .../java/org/apache/impala/service/Frontend.java   |  22 +++--
 .../calcite/service/CalciteAnalysisDriver.java     |  10 ++
 .../impala/calcite/service/CalciteQueryParser.java |   9 ++
 .../impala/calcite/service/ExecRequestCreator.java |   2 +-
 .../impala/calcite/service/UnsupportedChecker.java | 101 +++++++++++++++++++++
 java/{external-frontend => impala-package}/pom.xml |  44 +++++++--
 java/pom.xml                                       |   1 +
 package/CMakeLists.txt                             |   4 +-
 .../functional/functional_schema_template.sql      |   2 +-
 tests/authorization/test_ranger.py                 |  12 +--
 tests/custom_cluster/test_query_event_hooks.py     |  17 ++++
 16 files changed, 227 insertions(+), 70 deletions(-)
 create mode 100644 
java/calcite-planner/src/main/java/org/apache/impala/calcite/service/UnsupportedChecker.java
 copy java/{external-frontend => impala-package}/pom.xml (54%)

Reply via email to