File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
parquet-common/src/test/java/org/apache/parquet Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 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
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+
2626public class CorruptStatisticsTest {
2727 @ Test
2828 public void testCorruptStatistics () {
Original file line number Diff line number Diff line change 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
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+
2626public class SemanticVersionTest {
2727 @ Test
2828 public void testCompare () {
You can’t perform that action at this time.
0 commit comments