Beyyes commented on code in PR #117:
URL: https://github.com/apache/iotdb-client-go/pull/117#discussion_r2007252979
##########
client/session.go:
##########
@@ -77,15 +77,14 @@ type Session struct {
trans thrift.TTransport
requestStatementId int64
protocolFactory thrift.TProtocolFactory
+ endPointList *list.List
Review Comment:
Slice is better than list?
--
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]