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 ea86aef2f IMPALA-12565: Fix crash triggered by calling pmod() UDF
new 13e99384a IMPALA-11776: Use hive.metastore.table.owner for create
iceberg table
new 10e816942 IMPALA-12333: SHOW CREATE TABLE outputs some unnecessary
table properties
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:
.../org/apache/impala/analysis/ToSqlUtils.java | 24 +++-
.../java/org/apache/impala/catalog/FeFsTable.java | 10 ++
.../java/org/apache/impala/catalog/FeTable.java | 16 ++-
.../org/apache/impala/catalog/IcebergTable.java | 28 ++++
.../apache/impala/service/CatalogOpExecutor.java | 35 +----
.../impala/service/IcebergCatalogOpExecutor.java | 8 +-
.../queries/QueryTest/show-create-table.test | 6 +-
tests/metadata/test_show_create_table.py | 158 +++++++++++++++++----
tests/query_test/test_observability.py | 1 -
9 files changed, 215 insertions(+), 71 deletions(-)