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

justinchen pushed a commit to branch restart-check-pw
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/restart-check-pw by this push:
     new 77742a7850a fix
77742a7850a is described below

commit 77742a7850ad54f7cfc6b391572a46c871f80afe
Author: Caideyipi <[email protected]>
AuthorDate: Tue Feb 10 10:40:59 2026 +0800

    fix
---
 .../pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeNullValueIT.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeNullValueIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeNullValueIT.java
index e3f6b3a9577..4408d1b9b79 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeNullValueIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeNullValueIT.java
@@ -133,10 +133,10 @@ public class IoTDBPipeNullValueIT extends 
AbstractPipeDualTreeModelAutoIT {
             1);
   }
 
-  @Override
   @Before
-  public void setUp() {
-    super.setUp();
+  @Override
+  public void setEnv() {
+    super.setEnv();
 
     constructTablet();
 

Reply via email to