Skip to content

Commit

Permalink
change to unbounded
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneguow committed Jun 12, 2024
1 parent ca916f7 commit 541e5b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ private[xml] class XmlRecordReader extends RecordReader[LongWritable, Text] {
fsin.seek(start)
countingIn = BoundedInputStream.builder()
.setInputStream(fsin)
.setMaxCount(fileSplit.getLength)
.get()
in = countingIn
// don't use filePosition in this case. We have to count bytes read manually
Expand Down

0 comments on commit 541e5b4

Please sign in to comment.