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


##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieInstant.java:
##########
@@ -42,9 +42,13 @@ public class HoodieInstant implements Serializable, 
Comparable<HoodieInstant> {
   private static final Pattern NAME_FORMAT =
       Pattern.compile("^(\\d+(_\\d+)?)(\\.\\w+)(\\.\\D+)?$");
 
+  // the naming format of 0.x version
+  public static final Pattern NAME_FORMAT_0_X =
+      Pattern.compile("^(\\d+)(\\.\\w+)(\\.\\D+)?$");

Review Comment:
   If just for testing purposes, let's move this variable just to the test 
class.



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