davehagman commented on a change in pull request #3824:
URL: https://github.com/apache/hudi/pull/3824#discussion_r736769346
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieActiveTimeline.java
##########
@@ -59,7 +60,16 @@
*/
public class HoodieActiveTimeline extends HoodieDefaultTimeline {
- public static final SimpleDateFormat COMMIT_FORMATTER = new
SimpleDateFormat("yyyyMMddHHmmss");
+ private static final String COMMIT_FORMAT = "yyyyMMddHHmmssSSS";
+ private static final int INSTANT_ID_LENGTH = COMMIT_FORMAT.length();
Review comment:
Good call. Done.
--
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]