This is an automated email from the ASF dual-hosted git repository. shuwenwei pushed a commit to branch read_tsfile_table_function in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 5dd9a42ec301bd863c5a93e0d5a952e1ad844e58 Author: shuwenwei <[email protected]> AuthorDate: Wed Jun 10 18:01:00 2026 +0800 fix --- integration-test/src/main/java/org/apache/iotdb/it/env/EnvFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-test/src/main/java/org/apache/iotdb/it/env/EnvFactory.java b/integration-test/src/main/java/org/apache/iotdb/it/env/EnvFactory.java index 2855bec5b7b..2fbc9672837 100644 --- a/integration-test/src/main/java/org/apache/iotdb/it/env/EnvFactory.java +++ b/integration-test/src/main/java/org/apache/iotdb/it/env/EnvFactory.java @@ -43,7 +43,7 @@ public class EnvFactory { try { Class.forName(Config.JDBC_DRIVER_NAME); logger.info(">>>>>>>{}", System.getProperty("TestEnv")); - EnvType envType = EnvType.Remote; + EnvType envType = EnvType.getSystemEnvType(); switch (envType) { case Simple: case TABLE_SIMPLE:
