We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca163d commit 4f04548Copy full SHA for 4f04548
amoro-format-iceberg/src/test/java/org/apache/amoro/io/writer/TestSortedPosDeleteWriterHeapFlush.java
@@ -18,6 +18,8 @@
18
19
package org.apache.amoro.io.writer;
20
21
+import static org.junit.jupiter.api.Assertions.assertEquals;
22
+
23
import org.apache.amoro.BasicTableTestHelper;
24
import org.apache.amoro.TableFormat;
25
import org.apache.amoro.catalog.BasicCatalogTestHelper;
@@ -42,8 +44,6 @@
42
44
import java.util.List;
43
45
import java.util.stream.Collectors;
46
-import static org.junit.jupiter.api.Assertions.assertEquals;
-
47
public class TestSortedPosDeleteWriterHeapFlush extends TableTestBase {
48
49
public TestSortedPosDeleteWriterHeapFlush() {
0 commit comments