linliu-code commented on code in PR #13520: URL: https://github.com/apache/hudi/pull/13520#discussion_r2190929004
########## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java: ########## @@ -146,7 +146,8 @@ public class HoodieWriteConfig extends HoodieConfig { .defaultValue(HoodieTableVersion.current().versionCode()) .withValidValues( String.valueOf(HoodieTableVersion.SIX.versionCode()), - String.valueOf(HoodieTableVersion.current().versionCode()) + String.valueOf(HoodieTableVersion.EIGHT.versionCode()), + String.valueOf(HoodieTableVersion.NINE.versionCode()) Review Comment: Does it means Version 7 should not be allowed? -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org