HTHou commented on code in PR #53: URL: https://github.com/apache/iotdb-client-go/pull/53#discussion_r996830705
########## README.md: ########## @@ -92,3 +92,19 @@ go run session_example.go * make >= 3.0 * curl >= 7.1.1 * thrift 0.15.0 + +## Troubleshooting + +### Thrift version compatibility issues + +In the branch `rel/0.13.0` and earlier versions, the version of apache/thrift is `v0.14.1`. Review Comment: ```suggestion In the branch `rel/0.13` and earlier versions, the version of apache/thrift is `v0.14.1`. ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
