nbalajee commented on code in PR #18279:
URL: https://github.com/apache/hudi/pull/18279#discussion_r3048124771
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/functional/TestMarkerBasedRollbackStrategy.java:
##########
@@ -293,6 +307,9 @@ private List<HoodieRollbackStat>
testUpdateAndRollback(boolean useFileListingMet
@Test
public void
testMarkerBasedRollbackFallbackToTimelineServerWhenDirectMarkerFails() throws
Exception {
+ Properties props = new Properties();
Review Comment:
V6 vs V8 test split. Append markers are used only in v6 (or older). V8+
always creates a new log file.
--
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]