[
https://issues.apache.org/jira/browse/HIVE-26847?focusedWorklogId=834115&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-834115
]
ASF GitHub Bot logged work on HIVE-26847:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Dec/22 10:17
Start Date: 16/Dec/22 10:17
Worklog Time Spent: 10m
Work Description: zabetak commented on code in PR #3856:
URL: https://github.com/apache/hive/pull/3856#discussion_r1050580303
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -1127,6 +1127,8 @@ public enum ConfVars {
"command should handle partition retention. If enabled, and if a
specific partition's age exceeded\n" +
"retention period the partition will be dropped along with data"),
+ MATERIALIZED_VIEW_ENABLED("metastore.materialized.view.enabled",
"metastore.materialized.view.enabled", true,
Review Comment:
Also at HMS level we have various
[listeners](https://github.com/apache/hive/blob/2cf058bbf3613a6522c674d12cd415aeb6ce8fe7/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HMSHandler.java#L317)
that are configurable. Can't we enforce checks or take additional actions
there?
Issue Time Tracking
-------------------
Worklog Id: (was: 834115)
Time Spent: 3h (was: 2h 50m)
> Allow a config to disable creation of Materialized Views
> --------------------------------------------------------
>
> Key: HIVE-26847
> URL: https://issues.apache.org/jira/browse/HIVE-26847
> Project: Hive
> Issue Type: Improvement
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Major
> Labels: pull-request-available
> Time Spent: 3h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)