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

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


The following commit(s) were added to refs/heads/fix_del_after_update by this 
push:
     new 98b497b5e48 spotless
98b497b5e48 is described below

commit 98b497b5e482da27ea38b6aa0b8dc308d6216453
Author: Tian Jiang <[email protected]>
AuthorDate: Tue Nov 19 18:59:01 2024 +0800

    spotless
---
 .../src/test/java/org/apache/iotdb/db/it/IoTDBDeletionIT.java          | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBDeletionIT.java 
b/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBDeletionIT.java
index 0137a8c97cd..193080b91e3 100644
--- a/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBDeletionIT.java
+++ b/integration-test/src/test/java/org/apache/iotdb/db/it/IoTDBDeletionIT.java
@@ -441,8 +441,7 @@ public class IoTDBDeletionIT {
   public void testDelAfterUpdate() throws SQLException {
     try (Connection connection = EnvFactory.getEnv().getConnection();
         Statement statement = connection.createStatement()) {
-      statement.execute(
-          "CREATE ALIGNED TIMESERIES root.ln12.d1 (status int32)");
+      statement.execute("CREATE ALIGNED TIMESERIES root.ln12.d1 (status 
int32)");
       statement.execute("INSERT INTO root.ln12.d1(timestamp, status) VALUES(1, 
1)");
       statement.execute("INSERT INTO root.ln12.d1(timestamp, status) VALUES(2, 
2)");
       statement.execute("INSERT INTO root.ln12.d1(timestamp, status) VALUES(3, 
3)");

Reply via email to