You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/01/20 02:17:30 UTC

[GitHub] [hudi] lamber-ken commented on a change in pull request #2459: [MINOR] Improve code readability,remove the continue keyword

lamber-ken commented on a change in pull request #2459:
URL: https://github.com/apache/hudi/pull/2459#discussion_r560628325



##########
File path: hudi-integ-test/src/main/java/org/apache/hudi/integ/testsuite/reader/DFSDeltaInputReader.java
##########
@@ -80,7 +80,6 @@
       }
       if (totalSizeOfFilesPresent <= totalSizeToRead) {
         endOffset++;
-        continue;
       } else {

Review comment:
       Good catch!




----------------------------------------------------------------
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:
users@infra.apache.org