This is an automated email from the ASF dual-hosted git repository.
dbecker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from c8d56425f IMPALA-12942: deflake
test_virtual_column_file_position_generic
new 3e4fdeece IMPALA-12824: Removes the prettyprint_duration Built-in
Function
new 73171cb71 IMPALA-12729: Allow creating primary keys for Iceberg tables
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:
be/src/benchmarks/expr-benchmark.cc | 5 +-
be/src/exprs/expr-test.cc | 31 -----
be/src/exprs/string-functions-ir.cc | 22 +---
be/src/exprs/string-functions.h | 7 --
common/function-registry/impala_functions.py | 4 -
docs/topics/impala_functions.xml | 7 --
docs/topics/impala_string_functions.xml | 43 -------
fe/src/main/cup/sql-parser.cup | 6 +-
.../java/org/apache/impala/analysis/ColumnDef.java | 11 ++
.../impala/analysis/CreateTableAsSelectStmt.java | 11 +-
.../org/apache/impala/analysis/SlotDescriptor.java | 6 +-
.../java/org/apache/impala/analysis/TableDef.java | 66 +++++++----
.../org/apache/impala/catalog/FeIcebergTable.java | 6 +
.../org/apache/impala/catalog/IcebergColumn.java | 7 ++
.../impala/catalog/iceberg/IcebergCtasTarget.java | 11 +-
.../catalog/iceberg/IcebergMetadataTable.java | 4 +-
.../apache/impala/service/CatalogOpExecutor.java | 14 ++-
.../impala/service/IcebergCatalogOpExecutor.java | 23 +++-
.../apache/impala/util/IcebergSchemaConverter.java | 30 ++++-
fe/src/main/jflex/sql-scanner.flex | 1 +
.../org/apache/impala/analysis/AnalyzeDDLTest.java | 6 +-
.../queries/QueryTest/iceberg-create.test | 85 +++++++++++++-
.../queries/QueryTest/iceberg-metadata-tables.test | 126 ++++++++++-----------
.../queries/QueryTest/iceberg-negative.test | 87 ++++++++++++++
.../queries/QueryTest/prettyprint-duration.test | 120 --------------------
tests/custom_cluster/test_lineage.py | 9 +-
tests/query_test/test_prettyprint_duration.py | 35 ------
27 files changed, 391 insertions(+), 392 deletions(-)
delete mode 100644
testdata/workloads/functional-query/queries/QueryTest/prettyprint-duration.test
delete mode 100644 tests/query_test/test_prettyprint_duration.py