Skip to content

Commit 89ab4ee

Browse files
isnotinvainasingh
authored andcommitted
put the headers in the right location
1 parent 2838cc9 commit 89ab4ee

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

parquet-common/src/test/java/org/apache/parquet/CorruptStatisticsTest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
package org.apache.parquet;
2-
3-
import org.junit.Test;
4-
5-
import static org.junit.Assert.assertFalse;
6-
import static org.junit.Assert.assertTrue;
7-
81
/*
92
* Licensed to the Apache Software Foundation (ASF) under one
103
* or more contributor license agreements. See the NOTICE file
@@ -23,6 +16,13 @@
2316
* specific language governing permissions and limitations
2417
* under the License.
2518
*/
19+
package org.apache.parquet;
20+
21+
import org.junit.Test;
22+
23+
import static org.junit.Assert.assertFalse;
24+
import static org.junit.Assert.assertTrue;
25+
2626
public class CorruptStatisticsTest {
2727
@Test
2828
public void testCorruptStatistics() {

parquet-common/src/test/java/org/apache/parquet/SemanticVersionTest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
package org.apache.parquet;
2-
3-
import org.junit.Test;
4-
5-
import static org.junit.Assert.assertEquals;
6-
import static org.junit.Assert.assertTrue;
7-
81
/*
92
* Licensed to the Apache Software Foundation (ASF) under one
103
* or more contributor license agreements. See the NOTICE file
@@ -23,6 +16,13 @@
2316
* specific language governing permissions and limitations
2417
* under the License.
2518
*/
19+
package org.apache.parquet;
20+
21+
import org.junit.Test;
22+
23+
import static org.junit.Assert.assertEquals;
24+
import static org.junit.Assert.assertTrue;
25+
2626
public class SemanticVersionTest {
2727
@Test
2828
public void testCompare() {

0 commit comments

Comments
 (0)