We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b940cad commit df9777bCopy full SHA for df9777b
1 file changed
parquet-column/src/test/java/org/apache/parquet/column/ParquetPropertiesThreadSafetyTest.java
@@ -18,12 +18,11 @@
18
*/
19
package org.apache.parquet.column;
20
21
-import org.apache.parquet.column.values.factory.ValuesWriterFactory;
22
-import org.junit.Test;
+import static org.junit.Assert.assertNotSame;
23
24
import java.lang.reflect.Field;
25
-
26
-import static org.junit.Assert.assertNotSame;
+import org.apache.parquet.column.values.factory.ValuesWriterFactory;
+import org.junit.Test;
27
28
public class ParquetPropertiesThreadSafetyTest {
29
0 commit comments