leesf commented on code in PR #9723:
URL: https://github.com/apache/hudi/pull/9723#discussion_r1499042769


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieTableServiceClient.java:
##########
@@ -583,6 +594,12 @@ protected void runTableServicesInline(HoodieTable table, 
HoodieCommitMetadata me
       
metadata.addMetadata(HoodieClusteringConfig.SCHEDULE_INLINE_CLUSTERING.key(), 
"true");
       inlineScheduleClustering(extraMetadata);
     }
+
+    //  Do an inline partition ttl management if enabled
+    if (config.isAutoPartitionTTL()) {

Review Comment:
    isInlinePartitionTTL would be better?



##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieTableServiceClient.java:
##########
@@ -583,6 +594,12 @@ protected void runTableServicesInline(HoodieTable table, 
HoodieCommitMetadata me
       
metadata.addMetadata(HoodieClusteringConfig.SCHEDULE_INLINE_CLUSTERING.key(), 
"true");
       inlineScheduleClustering(extraMetadata);
     }
+
+    //  Do an inline partition ttl management if enabled
+    if (config.isAutoPartitionTTL()) {

Review Comment:
    isInlinePartitionTTLEnabled would be better?



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to