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 2023/01/08 23:09:09 UTC

[GitHub] [iotdb-client-go] yooniversal commented on issue #73: cannot get data when using some features implemented in iotdb session

yooniversal commented on issue #73:
URL: https://github.com/apache/iotdb-client-go/issues/73#issuecomment-1374953640

   I omitted some codes that must be called `SessionDataSet.Next()` before calling `SessionDataSet.GetText()` (or `SessionDataSet.GetValue()`, ...).
   After adding some codes in [session_example.go](https://github.com/apache/iotdb-client-go/blob/main/example/session_example.go#L237), `GetText()` and `GetValue()` return expected value.


-- 
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