pratyakshsharma commented on a change in pull request #4385:
URL: https://github.com/apache/hudi/pull/4385#discussion_r801347342



##########
File path: 
hudi-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestTable.java
##########
@@ -143,6 +143,10 @@ public static String makeNewCommitTime(int sequence) {
     return String.format("%09d", sequence);
   }
 
+  public static String makeNewCommitTimeInHudiFormat(int sequence) {

Review comment:
       > In any case : rename makeNewCommitTime(int ..) ?
   
   Let me rework this and pass the size of instant as a parameter in the 
existing method itself.




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