Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-7
Description
Currently it's possible to use the CREATE TABLE LIKE PARQUET statement to create new Iceberg tables, but we don't have any tests for it.
The statement is expected to work when the Parquet file has compatible types. When there are incompatible types in the Parquet file, e.g. INT_8 then Impala should raise an error.
Attachments
Issue Links
- causes
-
IMPALA-11594 TestIcebergTable.test_create_table_like_parquet fails in non-HDFS build
- Resolved