yihua commented on code in PR #11752:
URL: https://github.com/apache/hudi/pull/11752#discussion_r1767715466
##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestS3EventsHoodieIncrSource.java:
##########
@@ -399,7 +399,7 @@ public void testFilterAnEntireCommit(boolean
useSourceProfile) throws IOExceptio
Dataset<Row> inputDs = generateDataset(filePathSizeAndCommitTime);
setMockQueryRunner(inputDs);
- SourceProfile<Long> sourceProfile = new TestSourceProfile(50L, 10L);
+ SourceProfile<Long> sourceProfile = new TestSourceProfile(50L, 0,10L);
Review Comment:
```suggestion
SourceProfile<Long> sourceProfile = new TestSourceProfile(50L, 0, 10L);
```
--
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]