You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/02/14 14:37:00 UTC

[jira] [Work logged] (HIVE-27073) Apply SerDe properties when creating materialized view

     [ https://issues.apache.org/jira/browse/HIVE-27073?focusedWorklogId=845420&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-845420 ]

ASF GitHub Bot logged work on HIVE-27073:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Feb/23 14:36
            Start Date: 14/Feb/23 14:36
    Worklog Time Spent: 10m 
      Work Description: scarlin-cloudera commented on PR #4059:
URL: https://github.com/apache/hive/pull/4059#issuecomment-1429847810

   LGTM




Issue Time Tracking
-------------------

            Worklog Id:     (was: 845420)
    Remaining Estimate: 0h
            Time Spent: 10m

> Apply SerDe properties when creating materialized view
> ------------------------------------------------------
>
>                 Key: HIVE-27073
>                 URL: https://issues.apache.org/jira/browse/HIVE-27073
>             Project: Hive
>          Issue Type: Improvement
>          Components: Iceberg integration, Materialized views
>            Reporter: Krisztian Kasa
>            Assignee: Krisztian Kasa
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code}
> create table tbl_ice(a int, b string, c int) stored by iceberg stored as orc tblproperties ('format-version'='1');
> 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}
> Materialized view {{mat1}} should use {{ORC}} file format.



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