danny0405 commented on code in PR #10945:
URL: https://github.com/apache/hudi/pull/10945#discussion_r1548924402


##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:
##########
@@ -1613,21 +1595,6 @@ private static int 
getFileIdLengthWithoutFileIndex(String fileId) {
     return fileId.endsWith("-0") ? fileId.length() - 2 : fileId.length();
   }
 
-  /**
-   * Create the timestamp for a clean operation on the metadata table.
-   */
-  public static String createCleanTimestamp(String timestamp) {
-    return timestamp + OperationSuffix.CLEAN.getSuffix();
-  }
-
-  public static String createRollbackTimestamp(String timestamp) {
-    return timestamp + OperationSuffix.ROLLBACK.getSuffix();
-  }
-
-  public static String createRestoreTimestamp(String timestamp) {
-    return timestamp + OperationSuffix.RESTORE.getSuffix();
-  }

Review Comment:
   Finally we can remove all the suffices.



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