Skip to content

Commit a09eb7c

Browse files
committed
Update IoTDBPipeTypeConversionIT.java
1 parent 6109284 commit a09eb7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-test/src/test/java/org/apache/iotdb/pipe/it/manual/IoTDBPipeTypeConversionIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ private void createDataPipe() {
234234
String sql =
235235
String.format(
236236
"create pipe test"
237-
+ " with source ('source'='iotdb-source','source.path'='root.test.**','realtime.mode'='forced-log','realtime.enable'='true','history.enable'='false')"
237+
+ " with source ('source'='iotdb-source','source.path'='root.test.**','realtime.mode'='forced-log')"
238238
+ " with processor ('processor'='do-nothing-processor')"
239239
+ " with sink ('node-urls'='%s:%s','batch.enable'='false','sink.format'='tablet')",
240240
receiverEnv.getIP(), receiverEnv.getPort());

0 commit comments

Comments
 (0)