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 d453d52  Pin the json-smart version to 2.3
     new a5019eb  IMPALA-10184: Add PARTITON BY SPEC to SHOW CREATE TABLE for 
Iceberg Tables
     new 04ce57d  IMPALA-10218: Remove impala.cdh.repo Maven repository

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:
 bin/impala-config.sh                               |  6 +-
 buildall.sh                                        | 14 ++--
 common/thrift/CatalogObjects.thrift                |  8 +-
 .../impala/analysis/CreateTableLikeFileStmt.java   |  2 +-
 .../apache/impala/analysis/CreateTableStmt.java    |  2 +-
 .../impala/analysis/IcebergPartitionField.java     | 17 ++--
 .../impala/analysis/IcebergPartitionSpec.java      | 11 ++-
 .../org/apache/impala/analysis/ShowStatsStmt.java  |  5 +-
 .../org/apache/impala/analysis/ToSqlUtils.java     | 40 +++++++++-
 .../org/apache/impala/catalog/FeIcebergTable.java  | 31 +++++++-
 .../org/apache/impala/catalog/IcebergTable.java    | 18 ++++-
 .../impala/catalog/local/LocalIcebergTable.java    | 21 +++--
 impala-parent/pom.xml                              | 29 ++-----
 testdata/TableFlattener/pom.xml                    | 20 +++++
 .../apache/impala/infra/tableflattener/Main.java   |  6 +-
 testdata/pom.xml                                   | 92 +++++-----------------
 .../queries/QueryTest/show-create-table.test       | 49 ++++++++++++
 17 files changed, 226 insertions(+), 145 deletions(-)

Reply via email to