LinMingQiang commented on code in PR #5937:
URL: https://github.com/apache/hudi/pull/5937#discussion_r912987853
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/utils/TestWriteBase.java:
##########
@@ -425,4 +425,19 @@ protected String lastCompleteInstant() {
: TestUtils.getLastCompleteInstant(basePath,
HoodieTimeline.COMMIT_ACTION);
}
}
+
+ private static List<RowData> readData(InputFormat inputFormat) throws
IOException {
+ InputSplit[] inputSplits = inputFormat.createInputSplits(1);
Review Comment:
I forgot to delete here.
--
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]