László Pintér created HIVE-25194: ------------------------------------ Summary: Add support for STORED AS ORC/PARQUET/AVRO for Iceberg Key: HIVE-25194 URL: https://issues.apache.org/jira/browse/HIVE-25194 Project: Hive Issue Type: New Feature Reporter: László Pintér Assignee: László Pintér
Currently we have to specify the fileformat in TBLPROPERTIES during Iceberg create table statements. The ideal syntax would be: CREATE TABLE tbl STORED BY ICEBERG STORED AS ORC ... One complication is that currently stored by and stored as are not permitted within the same query, so that needs to be amended. -- This message was sent by Atlassian Jira (v8.3.4#803005)