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

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

                Author: ASF GitHub Bot
            Created on: 15/Dec/22 12:39
            Start Date: 15/Dec/22 12:39
    Worklog Time Spent: 10m 
      Work Description: ayushtkn commented on code in PR #3856:
URL: https://github.com/apache/hive/pull/3856#discussion_r1049592275


##########
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:
   Notification LOG only logs metadata 'write' operations, it can't be use for 
Read auditing. 
   Second, the use case revolve around auditing the actual 'data' at the 'file 
level' with the user details and lot more present as part of HDFS(as for now) & 
some bits around Ranger Audit logs as well, MV will not bother the actual table 
data in the storage layer AFAIK and hence get skipped from being audited.
   
   On a lighter note, the defaults are in a way that existing functionality for 
anyone won't get impacted, but if someone has usecase he can use it :-) 





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

    Worklog Id:     (was: 833796)
    Time Spent: 2h 20m  (was: 2h 10m)

> 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: 2h 20m
>  Remaining Estimate: 0h
>




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

Reply via email to