deniskuzZ commented on code in PR #6399:
URL: https://github.com/apache/hive/pull/6399#discussion_r3023703986


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/entities/CompactionInfo.java:
##########
@@ -368,4 +369,8 @@ public void setWriteIds(boolean hasUncompactedAborts, 
Set<Long> writeIds) {
   public boolean isAbortedTxnCleanup() {
     return type == CompactionType.ABORT_TXN_CLEANUP;
   }
+  
+  public boolean isSoftDelete() {
+    return 
"true".equalsIgnoreCase(getProperty(AcidConstants.SOFT_DELETE_TABLE));

Review Comment:
   maybe Boolean.parseBoolean



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