betterlmy commented on code in PR #155:
URL: https://github.com/apache/iotdb-client-go/pull/155#discussion_r2923370903
##########
client/sessiondataset.go:
##########
@@ -125,3 +125,7 @@ func (s *SessionDataSet) GetColumnNames() []string {
func (s *SessionDataSet) GetColumnTypes() []string {
return s.ioTDBRpcDataSet.columnTypeList
}
+
Review Comment:
Fixed in 51449e79b7ef4acbf8c3345c6753a75b06c72fe4.
SessionDataSet.GetCurrentRowTime() now returns time.Time instead of the raw
int64 timestamp. The underlying IoTDBRpcDataSet.GetCurrentRowTime() is kept as
int64 for internal use; the public-facing method converts it via
convertToTimestamp(rawTime, timeFactor), which normalizes across all server
timestamp precisions (ms/us/ns).
--
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]