nsivabalan commented on code in PR #18251:
URL: https://github.com/apache/hudi/pull/18251#discussion_r2873954897


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -2000,6 +2000,10 @@ public String getClusteringPartitionFilterRegexPattern() 
{
     return getString(HoodieClusteringConfig.PARTITION_REGEX_PATTERN);
   }
 
+  public String getClusteringLastCommit() {

Review Comment:
   lets fix all getter methods once we fix the config key



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

Reply via email to