lokeshj1703 commented on code in PR #13007:
URL: https://github.com/apache/hudi/pull/13007#discussion_r2018260618
##########
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/table/functional/TestHoodieSparkMergeOnReadTableRollback.java:
##########
@@ -218,6 +235,8 @@ void testRollbackWithDeltaAndCompactionCommit(boolean
rollbackUsingMarkers, int
HoodieWriteConfig secondCfg =
getHoodieWriteConfigWithSmallFileHandlingOff(true);
secondCfg.setValue(HoodieTableConfig.VERSION,
String.valueOf(tableVersion));
secondCfg.setValue(HoodieWriteConfig.WRITE_TABLE_VERSION,
String.valueOf(tableVersion));
+ secondCfg.setValue(HoodieWriteConfig.TIMELINE_LAYOUT_VERSION_NUM,
timelineLayoutVersion);
+
Review Comment:
That gets set only when using the withWriteTableVersion API. I am directly
setting these configs here.
--
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]