This is an automated email from the ASF dual-hosted git repository. hui pushed a commit to branch research/encoding-reorder in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 26ce789f9a2ccd62ea20c094dd4880b07be591b7 Author: xjz17 <[email protected]> AuthorDate: Wed Nov 22 13:48:51 2023 +0800 Update REGERFloatTest.java --- .../test/java/org/apache/iotdb/tsfile/encoding/REGERFloatTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iotdb-core/tsfile/src/test/java/org/apache/iotdb/tsfile/encoding/REGERFloatTest.java b/iotdb-core/tsfile/src/test/java/org/apache/iotdb/tsfile/encoding/REGERFloatTest.java index c493ae35af1..784e48c3cd8 100644 --- a/iotdb-core/tsfile/src/test/java/org/apache/iotdb/tsfile/encoding/REGERFloatTest.java +++ b/iotdb-core/tsfile/src/test/java/org/apache/iotdb/tsfile/encoding/REGERFloatTest.java @@ -3602,8 +3602,8 @@ public class REGERFloatTest { } } - @Test - public void REGERCorrect() throws IOException { + + public static void REGERCorrect() throws IOException { String parent_dir = "/Users/xiaojinzhao/Documents/GitHub/iotdb/iotdb-core/tsfile/src/test/resources/";
