nsivabalan commented on code in PR #12852:
URL: https://github.com/apache/hudi/pull/12852#discussion_r1972824897
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -143,7 +143,7 @@ public class HoodieWriteConfig extends HoodieConfig {
public static final ConfigProperty<Integer> WRITE_TABLE_VERSION =
ConfigProperty
.key("hoodie.write.table.version")
- .defaultValue(HoodieTableVersion.current().versionCode())
+ .defaultValue(HoodieTableVersion.SIX.versionCode())
Review Comment:
oh, now I see why CI is failing.
Lets keep this as 8. But only in those 15 to 20 odd tests classes, we can
add option to override "hoodie.write.table.version"
So, that we can still expect a green CI for rest of test classes.
--
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]