Skip to content

Commit

Permalink
TEZ-4540: Reading proto data more than 2GB from multiple splits fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Aggarwal-Raghav committed Feb 5, 2024
1 parent 5e1cdee commit e3a247c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@ public void readFields(DataInput in) throws IOException {
}
din.in = in;
message = cin.readMessage(parser, ExtensionRegistry.getEmptyRegistry());
cin.resetSizeCounter();
}
}

0 comments on commit e3a247c

Please sign in to comment.