HTHou commented on code in PR #50:
URL: https://github.com/apache/iotdb-client-go/pull/50#discussion_r969447043


##########
test/e2e/e2e_test.go:
##########
@@ -94,6 +94,34 @@ func (s *e2eTestSuite) Test_CreateTimeseries() {
        assert.Equal(timeseries, "root.tsg1.dev1.status")
 }
 
+func (s *e2eTestSuite) Test_CreateAlignedTimeseries() {
+       var (
+               prefixPath       = "root.tsg1.dev1"
+               measurements     = []string{"status"}
+               measurementAlias = []string{"sts"}
+               dataTypes        = []client.TSDataType{
+                       client.FLOAT,
+               }

Review Comment:
   Better to two use two measurements to show the aligned relation of 
timeseries.



-- 
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-unsubscr...@iotdb.apache.org

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

Reply via email to