This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from ce9b927d5 IMPALA-13599: Reduce the number of interactions with
alter_partition() HMS API
new 242095ac8 IMPALA-13729: Accept error messages not starting with prompt
new 796c25fc5 IMPALA-13716: Calcite Planner: TupleIsNullPredicate fix for
analytic functions
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:
.../impala/analysis/TupleIsNullPredicate.java | 17 +++++++++
.../org/apache/impala/planner/AnalyticPlanner.java | 42 +++++++++++-----------
.../apache/impala/planner/SingleNodePlanner.java | 11 +++++-
.../impala/calcite/rel/node/ImpalaAnalyticRel.java | 13 ++++++-
tests/common/impala_test_suite.py | 4 +--
tests/common/test_result_verifier.py | 42 ++++++++++++----------
tests/custom_cluster/test_coordinators.py | 4 +--
tests/custom_cluster/test_executor_groups.py | 4 +--
tests/custom_cluster/test_kill_query.py | 4 +--
tests/custom_cluster/test_kudu.py | 8 ++---
tests/custom_cluster/test_process_failures.py | 4 +--
tests/custom_cluster/test_rpc_timeout.py | 6 ++--
tests/custom_cluster/test_sys_db.py | 4 +--
tests/hs2/hs2_test_suite.py | 4 +--
tests/query_test/test_iceberg.py | 15 ++++----
tests/shell/test_shell_commandline.py | 14 ++++----
tests/shell/test_shell_interactive.py | 6 ++--
tests/util/cancel_util.py | 8 ++---
18 files changed, 128 insertions(+), 82 deletions(-)