You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "LiPenglin (Jira)" <ji...@apache.org> on 2022/09/21 09:22:00 UTC

[jira] [Created] (IMPALA-11601) should throw exception when "ALTER TABLE name SET FILEFORMAT iceberg"

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)