[MINOR] Improve code readability,remove the continue keyword (#2459)
This commit is contained in:
@@ -80,7 +80,6 @@ public abstract class DFSDeltaInputReader implements DeltaInputReader<GenericRec
|
||||
}
|
||||
if (totalSizeOfFilesPresent <= totalSizeToRead) {
|
||||
endOffset++;
|
||||
continue;
|
||||
} else {
|
||||
return Pair.of(startOffset, endOffset);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user