jixuan1989 opened a new pull request #2198:
URL: https://github.com/apache/iotdb/pull/2198
When the thrift server is initialized, the protocol is:
```
if (compress) {
protocolFactory = new TCompactProtocol.Factory();
} else {
protocolFactory = new TBinaryProtocol.Factory();
}
```
So, the client must be the same.
----------------------------------------------------------------
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:
[email protected]