This is an automated email from the ASF dual-hosted git repository.

dkuzmenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 7778f32ed8b HIVE-26873: Whiltelist iceberg configs for sql std 
authorization (Denys Kuzmenko, reviewed by Ayush Saxena)
7778f32ed8b is described below

commit 7778f32ed8b2cc226da0258717511346c23219b1
Author: Denys Kuzmenko <[email protected]>
AuthorDate: Wed Dec 21 15:51:19 2022 +0200

    HIVE-26873: Whiltelist iceberg configs for sql std authorization (Denys 
Kuzmenko, reviewed by Ayush Saxena)
    
    Closes #3877
---
 common/src/java/org/apache/hadoop/hive/conf/HiveConf.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 
b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
index e5ea252aa73..4f114f12e82 100644
--- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
+++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
@@ -6690,7 +6690,7 @@ public class HiveConf extends Configuration {
     "tez\\.task\\..*",
     "tez\\.runtime\\..*",
     "tez\\.queue\\.name",
-
+    "iceberg\\.mr\\..*"
   };
 
   //Take care of conf overrides.

Reply via email to