This is an automated email from the ASF dual-hosted git repository.
boroknagyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 275f03f10 IMPALA-12893: (part 2): Upgrade Iceberg to version 1.5.2
new 087b715a2 IMPALA-14108: Add support for SHOW FILES IN table PARTITION
for Iceberg tables
new 6810368c1 IMPALA-14552: test_show_create_table should be more strict
with TBLPROPERTIES contents
new 898e03e9d IMPALA-14552: (addendum) Fix bad testcase in
show-create-table.test
new bc9970525 IMPALA-13902: Calcite planner: Implement
is_spool_query_results
The 4 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:
common/thrift/Frontend.thrift | 4 +
.../apache/impala/analysis/AnalysisContext.java | 13 +-
.../java/org/apache/impala/analysis/QueryStmt.java | 12 +-
.../org/apache/impala/analysis/SelectStmt.java | 5 +
.../org/apache/impala/analysis/ShowFilesStmt.java | 101 ++++-
.../java/org/apache/impala/catalog/FeFsTable.java | 5 +-
.../org/apache/impala/catalog/FeIcebergTable.java | 44 ++-
.../org/apache/impala/planner/PlanRootSink.java | 316 ++++++++++-----
.../apache/impala/planner/SingleNodePlanner.java | 2 +-
.../java/org/apache/impala/service/Frontend.java | 9 +-
.../org/apache/impala/analysis/AnalyzeDDLTest.java | 61 ++-
.../authorization/AuthorizationStmtTest.java | 28 +-
.../calcite/operators/ImpalaOperatorTable.java | 1 +
.../impala/calcite/rel/node/ImpalaPlanRel.java | 9 +-
.../calcite/service/CalciteSingleNodePlanner.java | 57 ++-
.../impala/calcite/service/ExecRequestCreator.java | 2 +-
.../PlannerTest/calcite_tpcds/tpcds-q13.test | 24 +-
.../PlannerTest/calcite_tpcds/tpcds-q48.test | 24 +-
.../PlannerTest/calcite_tpcds/tpcds-q87.test | 16 +-
.../queries/PlannerTest/result-spooling.test | 2 +-
.../queries/QueryTest/calcite.test | 10 +
.../QueryTest/iceberg-show-files-partition.test | 434 +++++++++++++++++++++
.../queries/QueryTest/show-create-table.test | 2 +-
tests/metadata/test_show_create_table.py | 12 +-
tests/query_test/test_iceberg.py | 4 +
25 files changed, 1011 insertions(+), 186 deletions(-)
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/iceberg-show-files-partition.test