[
https://issues.apache.org/jira/browse/HIVE-25194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359375#comment-17359375
]
László Pintér commented on HIVE-25194:
--------------------------------------
Merged into master. Thanks, [~mbod] and [~pvary] for the review!
> 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
> Priority: Major
> Labels: pull-request-available
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> 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)