wangsheng has uploaded this change for review. (
http://gerrit.cloudera.org:8080/16550
Change subject: IMPALA-10221: Rename 'iceberg_file_format' to
'iceberg.file_format' as Iceberg table property
......................................................................
IMPALA-10221: Rename 'iceberg_file_format' to 'iceberg.file_format' as Iceberg
table property
We provide several new table properties in IMPALA-10164, such as
'iceberg.catalog',
in order to keep consist of these properties, we rename 'iceberg_file_format' to
'iceberg.file_format'. When we creating Iceberg table, we should use SQL like
this:
CREATE TABLE default.iceberg_test (
level string,
event_time timestamp,
message string,
)
STORED AS ICEBERG
TBLPROPERTIES ('iceberg.file_format'='parquet',
'iceberg.catalog'='hadoop.tables')
Change-Id: I722303fb765aca0f97a79bd6e4504765d355a623
---
M common/thrift/CatalogObjects.thrift
M fe/src/main/java/org/apache/impala/catalog/IcebergTable.java
M testdata/datasets/functional/functional_schema_template.sql
M testdata/workloads/functional-query/queries/QueryTest/iceberg-create.test
M testdata/workloads/functional-query/queries/QueryTest/iceberg-query.test
M testdata/workloads/functional-query/queries/QueryTest/show-create-table.test
6 files changed, 22 insertions(+), 22 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/50/16550/1
--
To view, visit http://gerrit.cloudera.org:8080/16550
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I722303fb765aca0f97a79bd6e4504765d355a623
Gerrit-Change-Number: 16550
Gerrit-PatchSet: 1
Gerrit-Owner: wangsheng <[email protected]>