We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b8482 commit 59bd1dbCopy full SHA for 59bd1db
paimon-vortex/paimon-vortex-format/src/test/java/org/apache/paimon/format/vortex/DTypeTest.java
@@ -23,7 +23,9 @@
23
24
import java.util.List;
25
26
-import static org.junit.jupiter.api.Assertions.*;
+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;
29
30
/** Test for {@link DType}. */
31
public class DTypeTest {
0 commit comments