rahil-c commented on code in PR #13642:
URL: https://github.com/apache/hudi/pull/13642#discussion_r2238334598
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -150,6 +150,7 @@ public class HoodieWriteConfig extends HoodieConfig {
.defaultValue(HoodieTableVersion.current().versionCode())
.withValidValues(
String.valueOf(HoodieTableVersion.SIX.versionCode()),
+ String.valueOf(HoodieTableVersion.SEVEN.versionCode()),
Review Comment:
@nsivabalan @yihua Had to make this change as noticed test failures.
https://gist.github.com/rahil-c/e7fbdb6a846c0f3cd1130aeb6b96ea78
However I think this version 7 is not a real hudi version and serves as a
bridge release. Let me know if this is not ideal and can look into another path.
--
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]