You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "László Pintér (Jira)" <ji...@apache.org> on 2021/06/03 14:17:00 UTC

[jira] [Created] (HIVE-25194) Add support for STORED AS ORC/PARQUET/AVRO for Iceberg

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)