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

haonan pushed a commit to branch fix_insertRecordsOfOneDevice
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/fix_insertRecordsOfOneDevice 
by this push:
     new 69ec2ee33b3 remove useless line
69ec2ee33b3 is described below

commit 69ec2ee33b386dbd33aaa4480cf6165dcbea07be
Author: HTHou <[email protected]>
AuthorDate: Tue Nov 14 15:48:22 2023 +0800

    remove useless line
---
 .../src/test/java/org/apache/iotdb/db/it/IoTDBInsertMultiRowIT.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBInsertMultiRowIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBInsertMultiRowIT.java
index 77d6e99032c..d17beddec8e 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBInsertMultiRowIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBInsertMultiRowIT.java
@@ -158,7 +158,6 @@ public class IoTDBInsertMultiRowIT {
       st2.execute(
           "INSERT INTO root.t1.d1(timestamp, s1) VALUES (6, 
10),(7,12),(8,14),(9,160),(10,null),(11,58)");
     } catch (SQLException e) {
-      e.printStackTrace();
       fail();
     }
   }

Reply via email to