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:
Not setting this property to CQ_TBLPROPERTIES now as per comment in another
PR - https://github.com/apache/hive/pull/6399#discussion_r3023744344
--
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]