Skip to content

Commit 59bd1db

Browse files
committed
fix
1 parent c1b8482 commit 59bd1db

File tree

1 file changed

+3
-1
lines changed
  • paimon-vortex/paimon-vortex-format/src/test/java/org/apache/paimon/format/vortex

1 file changed

+3
-1
lines changed

paimon-vortex/paimon-vortex-format/src/test/java/org/apache/paimon/format/vortex/DTypeTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323

2424
import java.util.List;
2525

26-
import static org.junit.jupiter.api.Assertions.*;
26+
import static org.junit.jupiter.api.Assertions.assertEquals;
27+
import static org.junit.jupiter.api.Assertions.assertFalse;
28+
import static org.junit.jupiter.api.Assertions.assertTrue;
2729

2830
/** Test for {@link DType}. */
2931
public class DTypeTest {

0 commit comments

Comments
 (0)