Skip to content

Commit 4f04548

Browse files
committed
[AMORO-4166] [Improvement]: Implement heap-based flush mechanism for SortedPosDeleteWriter to prevent OOM.
1 parent cca163d commit 4f04548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amoro-format-iceberg/src/test/java/org/apache/amoro/io/writer/TestSortedPosDeleteWriterHeapFlush.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
package org.apache.amoro.io.writer;
2020

21+
import static org.junit.jupiter.api.Assertions.assertEquals;
22+
2123
import org.apache.amoro.BasicTableTestHelper;
2224
import org.apache.amoro.TableFormat;
2325
import org.apache.amoro.catalog.BasicCatalogTestHelper;
@@ -42,8 +44,6 @@
4244
import java.util.List;
4345
import java.util.stream.Collectors;
4446

45-
import static org.junit.jupiter.api.Assertions.assertEquals;
46-
4747
public class TestSortedPosDeleteWriterHeapFlush extends TableTestBase {
4848

4949
public TestSortedPosDeleteWriterHeapFlush() {

0 commit comments

Comments
 (0)