bvaradar commented on code in PR #11923:
URL: https://github.com/apache/hudi/pull/11923#discussion_r1796254083


##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/versioning/TimelineLayoutVersion.java:
##########
@@ -29,10 +29,15 @@
 public class TimelineLayoutVersion implements Serializable, 
Comparable<TimelineLayoutVersion> {
 
   public static final Integer VERSION_0 = 0; // pre 0.5.1  version format
-  public static final Integer VERSION_1 = 1; // current version with no renames
+  public static final Integer VERSION_1 = 1; // version with no renames for 0.x
+  public static final Integer VERSION_2 = 2; // version with no renames for 0.x

Review Comment:
   Done Thanks



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