You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by GitBox <gi...@apache.org> on 2020/07/05 13:01:51 UTC

[GitHub] [thrift] dugenkui03 opened a new pull request #2195: THRIFT-5245: Fix NullPointerException in the implements of Protocol.java

dugenkui03 opened a new pull request #2195:
URL: https://github.com/apache/thrift/pull/2195


   It seems that, when the element type of map/list is String/ByteBuffer, and the value of element is null, there will always be a NPE.
   
   - [x] [Apache Jira](https://issues.apache.org/jira/browse/THRIFT-5245) 
   - [x] If a ticket exists: Does your pull request title follow the pattern "THRIFT-NNNN: describe my issue"?
   - [x] Did you squash your changes to a single commit?  (not required, but preferred)
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [thrift] dugenkui03 closed pull request #2195: THRIFT-5245: Fix NullPointerException in the implements of Protocol.java

Posted by GitBox <gi...@apache.org>.
dugenkui03 closed pull request #2195:
URL: https://github.com/apache/thrift/pull/2195


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org