danny0405 commented on a change in pull request #2862:
URL: https://github.com/apache/hudi/pull/2862#discussion_r618885074
##########
File path:
hudi-flink/src/main/java/org/apache/hudi/table/format/mor/MergeOnReadInputFormat.java
##########
@@ -329,10 +330,9 @@ public boolean hasNext() {
this.currentRecord = delete;
return true;
- } else {
- // delete record found, skipping
- return hasNext();
}
+ // skipping if the condition is unsatisfied
+ // continue;
Review comment:
we already did that, add this as a comment to make code more clear.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]