-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TEZ-4584: TezUtilsInternal.readUserSpecifiedTezConfiguration throws com.google.protobuf.CodedInputStream exception #376
Conversation
💔 -1 overall
This message was automatically generated. |
…om.google.protobuf.CodedInputStream exception
💔 -1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TEZ-4142. had a test as well, is it possible to extend a test for this case as well?
@ayushtkn I tried to add a test case. However, I found that this modification is no longer needed in master, including the modifications in TEZ-4142 are no longer needed as well. I encountered this issue in version 0.10.2, when the protobuf version was 2.5.0. In that version, the However, the protobuf in master branch has now been upgraded to 3.25.5, where the |
cool, we can close this then, thanx for checking |
It is same as https://issues.apache.org/jira/browse/TEZ-4142. Fix this issue by calling CodedInputStream.setSizeLimit.