LiPenglin created IMPALA-11601:
----------------------------------
Summary: should throw exception when "ALTER TABLE name SET
FILEFORMAT iceberg"
Key: IMPALA-11601
URL: https://issues.apache.org/jira/browse/IMPALA-11601
Project: IMPALA
Issue Type: Bug
Reporter: LiPenglin
Assignee: LiPenglin
Query: create table test_tbl (col_i int) stored as parquet
+-------------------------+
| summary |
+-------------------------+
| Table has been created. |
+-------------------------+
Query: alter table test_tbl set fileformat iceberg
+----------------+
| summary |
+----------------+
| Updated table. |
+----------------+
Query: describe formatted test_tbl
| # Storage Information | NULL
| NULL |
| SerDe Library: | org.apache.iceberg.mr.hive.HiveIcebergSerDe
| NULL |
| InputFormat: |
org.apache.iceberg.mr.hive.HiveIcebergInputFormat | NULL
|
| OutputFormat: |
org.apache.iceberg.mr.hive.HiveIcebergOutputFormat | NULL
|
| Compressed: | No
| NULL |
--
This message was sent by Atlassian Jira
(v8.20.10#820010)