[
https://issues.apache.org/jira/browse/HIVE-26578?focusedWorklogId=831996&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-831996
]
ASF GitHub Bot logged work on HIVE-26578:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Dec/22 09:51
Start Date: 08/Dec/22 09:51
Worklog Time Spent: 10m
Work Description: kasakrisz commented on code in PR #3823:
URL: https://github.com/apache/hive/pull/3823#discussion_r1043145211
##########
standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/hive_metastoreConstants.java:
##########
@@ -73,7 +73,7 @@
public static final java.lang.String JDBC_CONFIG_PREFIX = "hive.sql.";
- public static final java.lang.String TABLE_IS_CTAS = "created_with_ctas";
+ public static final java.lang.String TABLE_IS_CTAS_OR_CMV =
"created_with_ctas";
Review Comment:
Reverted this change. I prefer keeping it as it was.
Issue Time Tracking
-------------------
Worklog Id: (was: 831996)
Time Spent: 2h (was: 1h 50m)
> 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
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h
> Remaining Estimate: 0h
>
> {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)