yihua commented on code in PR #13007:
URL: https://github.com/apache/hudi/pull/13007#discussion_r2019400034


##########
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:
   Do we need to revisit all such cases to make sure the timeline layout 
version is properly set?



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

Reply via email to