danny0405 commented on code in PR #18269:
URL: https://github.com/apache/hudi/pull/18269#discussion_r2876073272


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/split/DefaultHoodieSplitDiscover.java:
##########
@@ -56,4 +59,18 @@ public DefaultHoodieSplitDiscover(
   public HoodieContinuousSplitBatch discoverSplits(String lastInstant) {
     return incrementalInputSplits.inputHoodieSourceSplits(metaClient, 
lastInstant, scanContext.isCdcEnabled());

Review Comment:
   needs to return empty batch if the metaClient is null?



-- 
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]

Reply via email to