mirror of
https://github.com/apache/impala.git
synced 2026-02-02 06:00:36 -05:00
Iceberg recently added a new partition transform called 'void': https://iceberg.apache.org/#spec/#partition-transforms This patch adds support for this transform. When the user wants to drop a column from the partition spec, the VOID transform should be used instead of just omitting the column. Simply omitting the column might cause problems when the metadata table is being queried (currently only supported by other engines). Testing * added SHOW CREATE TABLE test * added e2e test Change-Id: Icbe11d56cdeb82aaadedfdb3ad61dd7cc4c2f4d0 Reviewed-on: http://gerrit.cloudera.org:8080/18102 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
26 KiB
26 KiB