yihua commented on code in PR #13670:
URL: https://github.com/apache/hudi/pull/13670#discussion_r2250403405
##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/InputSplit.java:
##########
@@ -94,6 +95,7 @@ public boolean hasNoRecordsToMerge() {
}
public Option<Iterator<Pair<Serializable, BufferedRecord>>>
getRecordIterator() {
+ ValidationUtils.checkArgument(recordIterator.isPresent(), "Record iterator
is not initialized");
Review Comment:
This is fixed after my comment.
--
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]