abstractdog commented on code in PR #4626:
URL: https://github.com/apache/hive/pull/4626#discussion_r1304082779


##########
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Compactor.java:
##########
@@ -28,6 +28,11 @@
 public interface Compactor {
 
   String FINAL_LOCATION = "hive.compactor.input.dir";
+  /*
+    Marker config key to indicate that the current Driver instance is used for 
executing compaction queries only.
+    It is required to exclude compaction related queries from all Ranger 
policies that would otherwise apply.
+   */
+  String COMPACTION_SESSION = "query_based_compactor_session";

Review Comment:
   please follow property naming conventions like:
   ```
   hive.compactor.query.based.session
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to