HTHou commented on code in PR #50:
URL: https://github.com/apache/iotdb-client-go/pull/50#discussion_r969441157
##########
test/e2e/e2e_test.go:
##########
@@ -94,6 +94,37 @@ 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,
+ client.FLOAT,
+ }
Review Comment:
I mean line 102 has two datatype, therefore there should be two measurements.
--
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]