VenuReddy2103 commented on code in PR #6397:
URL: https://github.com/apache/hive/pull/6397#discussion_r3028399071
##########
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/CleanupRequest.java:
##########
@@ -74,6 +86,8 @@ public static class CleanupRequestBuilder {
private String location;
private List<Path> obsoleteDirs;
private boolean purge;
+ private boolean isSoftDelete;
+ private boolean sourceOfReplication;
Review Comment:
Have changed `isSoftDelete` to `softDelete` now to keep the naming
convention consistent with existing `purge` field
--
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]