qiaojialin commented on a change in pull request #1060:
URL: https://github.com/apache/incubator-iotdb/pull/1060#discussion_r414946723
##########
File path: session/src/test/java/org/apache/iotdb/session/IoTDBSessionIT.java
##########
@@ -206,14 +202,14 @@ public void testTestMethod()
createTimeseries();
// test insert batch
- Schema schema = new Schema();
- schema.registerTimeseries(new Path(deviceId, "s1"), new
MeasurementSchema("s1", TSDataType.INT64, TSEncoding.RLE));
- schema.registerTimeseries(new Path(deviceId, "s2"), new
MeasurementSchema("s2", TSDataType.INT64, TSEncoding.RLE));
- schema.registerTimeseries(new Path(deviceId, "s3"), new
MeasurementSchema("s3", TSDataType.INT64, TSEncoding.RLE));
+ List<MeasurementSchema> schemaList = new ArrayList<>();
Review comment:
fixed
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]