Last active
March 21, 2016 18:25
-
-
Save daynebatten/dca7d149b1a9e76efda3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try { | |
if (start != 0) { | |
start += in.readLine(new Text(), 0, maxBytesToConsume(start)); | |
} | |
} catch (IOException e) { | |
fileBroken = true; | |
LOG.warn("Problem reading file " + this.splitName + " - " + e.getMessage()); | |
} finally { | |
this.pos = start; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment