Skip to content

Commit 444acdd

Browse files
committed
fix
1 parent f07971a commit 444acdd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBPipeOPCUAIT.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,9 @@ public void testOPCUAServerSink() throws Exception {
175175
break;
176176
}
177177

178-
// Create aligned timeSeries to avoid tsFile parsing
179-
TestUtils.executeNonQueries(
178+
TestUtils.executeNonQuery(
180179
env,
181-
Arrays.asList(
182-
"create aligned timeSeries root.db.opc(value double, quality boolean, other int32)",
183-
"insert into root.db.opc(time, value, quality, other) values (1, 1, false, 1)"),
180+
"insert into root.db.opc(time, value, quality, other) values (1, 1, false, 1)",
184181
null);
185182

186183
long startTime = System.currentTimeMillis();

0 commit comments

Comments
 (0)