danny0405 commented on code in PR #18269:
URL: https://github.com/apache/hudi/pull/18269#discussion_r2877161965
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/split/DefaultHoodieSplitDiscover.java:
##########
@@ -54,6 +60,23 @@ public DefaultHoodieSplitDiscover(
@Override
public HoodieContinuousSplitBatch discoverSplits(String lastInstant) {
+ if (metaClient == null) {
Review Comment:
do we have a test case to cover the empty table read ready?
--
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]