This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch fix-partial-pipe-13
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/fix-partial-pipe-13 by this
push:
new e23a3f350d2 '
e23a3f350d2 is described below
commit e23a3f350d2593871f1436f8329a2239bf240358
Author: Caideyipi <[email protected]>
AuthorDate: Mon Mar 23 19:28:11 2026 +0800
'
---
.../java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeDataSinkIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeDataSinkIT.java
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeDataSinkIT.java
index 9b9da301c42..06d9096c6ab 100644
---
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeDataSinkIT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeDataSinkIT.java
@@ -519,7 +519,7 @@ public class IoTDBPipeDataSinkIT extends
AbstractPipeDualAutoIT {
Arrays.asList(
"create timeSeries root.vehicle.d0.s1 double",
"create timeSeries root.vehicle.d0.s2 float",
- "insert into root.vehicle.d0(time, s1, s2) values (2, 1, abc)"),
+ "insert into root.vehicle.d0(time, s1, s2) values (2, 1, 'abc')"),
null);
TestUtils.assertDataEventuallyOnEnv(