This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch dataRegionTest in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit d1a45d7c2b7c8c259030915fb9db6633f3ea7554 Author: HTHou <[email protected]> AuthorDate: Mon Apr 18 11:59:52 2022 +0800 Fix format --- .../org/apache/iotdb/db/engine/storagegroup/TsFileProcessorTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessorTest.java b/server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessorTest.java index 196d56a5e1..df6b02d4e8 100644 --- a/server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessorTest.java +++ b/server/src/test/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessorTest.java @@ -64,7 +64,6 @@ import java.util.List; import java.util.Map; import static junit.framework.TestCase.assertTrue; -import static org.apache.iotdb.db.engine.storagegroup.DataRegionTest.buildInsertRowNodeByTSRecord; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse;
