[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) {
|
if (totalSizeOfFilesPresent <= totalSizeToRead) {
|
||||||
endOffset++;
|
endOffset++;
|
||||||
continue;
|
|
||||||
} else {
|
} else {
|
||||||
return Pair.of(startOffset, endOffset);
|
return Pair.of(startOffset, endOffset);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user