This is an automated email from the ASF dual-hosted git repository.

justinchen pushed a commit to branch fix-partial-pipe
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/fix-partial-pipe by this push:
     new 8e187793e6c '
8e187793e6c is described below

commit 8e187793e6ce37f81a42edeab8255502c18538d3
Author: Caideyipi <[email protected]>
AuthorDate: Mon Mar 23 19:28:11 2026 +0800

    '
---
 .../iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeDataSinkIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeDataSinkIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeDataSinkIT.java
index 1e3c9427c7e..2c6e0b13249 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeDataSinkIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeDataSinkIT.java
@@ -530,7 +530,7 @@ public class IoTDBPipeDataSinkIT extends 
AbstractPipeDualTreeModelAutoIT {
         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(

Reply via email to