danny0405 commented on code in PR #8378:
URL: https://github.com/apache/hudi/pull/8378#discussion_r1158059577
##########
hudi-integ-test/src/main/java/org/apache/hudi/integ/testsuite/HoodieDeltaStreamerWrapper.java:
##########
@@ -78,7 +78,7 @@ public JavaRDD<WriteStatus> compact() throws Exception {
public Pair<SchemaProvider, Pair<String, JavaRDD<HoodieRecord>>>
fetchSource() throws Exception {
DeltaSync service = getDeltaSync();
service.refreshTimeline();
- return service.readFromSource(service.getCommitTimelineOpt());
+ return service.readFromSource(service.getCommitTimelineOpt(),
service.getDeltaCommitTimelineOpt());
Review Comment:
getCommitsTimeline?
--
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]