VenuReddy2103 commented on code in PR #6397:
URL: https://github.com/apache/hive/pull/6397#discussion_r3028402961


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/AcidEventListener.java:
##########
@@ -244,4 +246,13 @@ private long getTxnId(EnvironmentContext context) {
       .map(Long::parseLong)
       .orElse(0L);
   }
+
+  private void addSoftDeletePropertiesToRequest(EnvironmentContext context, 
CompactionRequest request) {
+    if 
("true".equalsIgnoreCase(context.getProperties().get(hive_metastoreConstants.SOFT_DELETE_DATABASE)))
 {

Review Comment:
   Done. Have added SoftDeleteOperation enum with drop_database and drop_table 
and used them.



-- 
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