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 00247c26e IMPALA-12448: Avoid getting stuck when refreshing a
non-existent partition
new 825e059dc IMPALA-12695: Crash with UNION with complex types
new 52dcf6096 IMPALA-12742: (Addendum) add interop tests for
DATE-partitioned Iceberg tables
new b094f0e2e IMPALA-12642 (Part-2): Fixed unit-test to verify query
options for JDBC external table
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:
.../java/org/apache/impala/analysis/Analyzer.java | 38 +++++-
.../org/apache/impala/analysis/InlineViewRef.java | 1 +
.../java/org/apache/impala/planner/UnnestNode.java | 60 +++++++++
.../QueryTest/nested-array-in-select-list.test | 137 +++++++++++++++++++++
.../QueryTest/nested-map-in-select-list.test | 37 +++++-
.../QueryTest/zipping-unnest-in-from-clause.test | 52 ++++++++
.../QueryTest/zipping-unnest-in-select-list.test | 52 ++++++++
tests/custom_cluster/test_ext_data_sources.py | 3 +-
tests/query_test/test_iceberg.py | 19 +++
9 files changed, 394 insertions(+), 5 deletions(-)