You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/10/17 09:26:05 UTC

[GitHub] [iotdb-client-go] citrusreticulata opened a new pull request, #53: Update README, add Troubleshooting section

citrusreticulata opened a new pull request, #53:
URL: https://github.com/apache/iotdb-client-go/pull/53

   Update README, add Troubleshooting section.
   Describes the possible causes of the thrift compatibility problem and some using tips.


-- 
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: notifications-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb-client-go] HTHou merged pull request #53: Update README, add Troubleshooting section

Posted by GitBox <gi...@apache.org>.
HTHou merged PR #53:
URL: https://github.com/apache/iotdb-client-go/pull/53


-- 
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: notifications-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb-client-go] HTHou commented on a diff in pull request #53: Update README, add Troubleshooting section

Posted by GitBox <gi...@apache.org>.
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: notifications-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb-client-go] citrusreticulata commented on a diff in pull request #53: Update README, add Troubleshooting section

Posted by GitBox <gi...@apache.org>.
citrusreticulata commented on code in PR #53:
URL: https://github.com/apache/iotdb-client-go/pull/53#discussion_r996841350


##########
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:
   Fixed. Thanks a lot!



##########
README_ZH.md:
##########
@@ -89,3 +89,18 @@ go run session_example.go
 * make   >= 3.0
 * curl   >= 7.1.1
 * thrift 0.15.0
+
+## 疑难解答
+
+### thrift 版本兼容性问题
+
+分支`rel/0.13.0`以及更早前的版本中,apache/thrift的版本为`v0.14.1`。

Review Comment:
   Fixed. Thanks a lot!



-- 
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: notifications-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb-client-go] HTHou commented on a diff in pull request #53: Update README, add Troubleshooting section

Posted by GitBox <gi...@apache.org>.
HTHou commented on code in PR #53:
URL: https://github.com/apache/iotdb-client-go/pull/53#discussion_r996831188


##########
README_ZH.md:
##########
@@ -89,3 +89,18 @@ go run session_example.go
 * make   >= 3.0
 * curl   >= 7.1.1
 * thrift 0.15.0
+
+## 疑难解答
+
+### thrift 版本兼容性问题
+
+分支`rel/0.13.0`以及更早前的版本中,apache/thrift的版本为`v0.14.1`。

Review Comment:
   ```suggestion
   分支`rel/0.13`以及更早前的版本中,apache/thrift的版本为`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: notifications-unsubscribe@iotdb.apache.org

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