lokeshj1703 commented on code in PR #13007:
URL: https://github.com/apache/hudi/pull/13007#discussion_r2013469349
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/table/action/rollback/TestMarkerBasedRollbackStrategy.java:
##########
@@ -141,7 +141,7 @@ private Map<String, Long>
createLogFilesAndMarkersToRollback(String partition,
} catch (IOException e) {
throw new RuntimeException(e);
}
- }).collect(Collectors.toMap(Function.identity(), e -> 1L));
Review Comment:
https://github.com/apache/hudi/blob/3de3769ea78e0ca2a5dd1c682c26fb4d67c77e59/hudi-client/hudi-client-common/src/test/java/org/apache/hudi/table/action/rollback/TestMarkerBasedRollbackStrategy.java#L131-L132
creates a log file with size 0. So using the same while returning.
--
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]