danny0405 commented on code in PR #5626:
URL: https://github.com/apache/hudi/pull/5626#discussion_r877662449
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/format/TestInputFormat.java:
##########
@@ -481,7 +489,7 @@ void testReadMORWithCompactionPlanScheduled() throws
Exception {
List<RowData> dataset = TestData.dataSetInsert(i + 1, i + 2);
TestData.writeData(dataset, conf);
}
-
+ createTableSource();
Review Comment:
Thanks, i think the change is risky, because the null value is only handled
in `HoodieTableSource#getStreamInputFormat`, original i put a reader meta
client for the case where streaming reader starts but there is no data for the
table (which is a common case for streaming read), so let's limit the change
only to streaming read too and then i think we do not need to change the test
case.
--
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]