Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.14.0, 0.14.1
-
None
Description
https://github.com/apache/thrift/blob/7e537505f014d8ede86f30a7500136c2f3e99505/lib/java/src/org/apache/thrift/protocol/TJSONProtocol.java#L976 this line appears to be unnecessary. The following code works with thrift 0.13.0 and fails with an exception on 0.14.x
TMemoryBuffer buf = new TMemoryBuffer(11); TMemoryBuffer buf = new TMemoryBuffer(11);
TJSONProtocol prot = new TJSONProtocol(buf);
prot.writeString("yeehaw");
prot.readString();
Attachments
Issue Links
- is duplicated by
-
THRIFT-5424 Cut release 0.14.2
- Closed
- links to