You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Krisztian Kasa (Jira)" <ji...@apache.org> on 2022/09/30 07:33:00 UTC

[jira] [Created] (HIVE-26578) Enable Iceberg storage format for materialized views

Krisztian Kasa created HIVE-26578:
-------------------------------------

             Summary: Enable Iceberg storage format for materialized views
                 Key: HIVE-26578
                 URL: https://issues.apache.org/jira/browse/HIVE-26578
             Project: Hive
          Issue Type: Improvement
          Components: Materialized views
            Reporter: Krisztian Kasa
            Assignee: Krisztian Kasa
             Fix For: 4.0.0


{code}
create materialized view mat1 stored by iceberg stored as orc tblproperties ('format-version'='1') as
select tbl_ice.b, tbl_ice.c from tbl_ice where tbl_ice.c > 52;
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)