Skip to content

Commit d30ed57

Browse files
revert back unnecessary changes
1 parent 9f014a7 commit d30ed57

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

parquet-hadoop/src/test/java/org/apache/parquet/hadoop/DeprecatedInputFormatTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
import org.apache.parquet.hadoop.util.ContextUtil;
6666
import org.apache.parquet.schema.MessageTypeParser;
6767
import org.junit.Before;
68-
import org.junit.Ignore;
6968
import org.junit.Test;
7069
import org.slf4j.Logger;
7170
import org.slf4j.LoggerFactory;
@@ -74,7 +73,6 @@
7473
* DeprecatedParquetInputFormat is used by cascading. It initializes the recordReader using an initialize method with
7574
* different parameters than ParquetInputFormat
7675
*/
77-
@Ignore
7876
public class DeprecatedInputFormatTest {
7977

8078
private static final Logger LOG = LoggerFactory.getLogger(DeprecatedInputFormatTest.class);

parquet-hadoop/src/test/java/org/apache/parquet/hadoop/DeprecatedOutputFormatTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,12 @@
3737
import org.apache.parquet.hadoop.metadata.CompressionCodecName;
3838
import org.apache.parquet.schema.MessageTypeParser;
3939
import org.junit.Before;
40-
import org.junit.Ignore;
4140
import org.junit.Test;
4241

4342
/**
4443
* DeprecatedParquetInputFormat is used by cascading. It initializes the recordReader using an initialize method with
4544
* different parameters than ParquetInputFormat
4645
*/
47-
@Ignore
4846
public class DeprecatedOutputFormatTest {
4947
final Path parquetPath = new Path("target/test/example/TestInputOutputFormat/parquet");
5048
final Path inputPath = new Path("src/test/java/org/apache/parquet/hadoop/example/TestInputOutputFormat.java");

parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestDirectCodecFactory.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
import org.apache.parquet.compression.CompressionCodecFactory.BytesInputDecompressor;
4040
import org.apache.parquet.hadoop.metadata.CompressionCodecName;
4141
import org.junit.Assert;
42-
import org.junit.Ignore;
4342
import org.junit.Test;
4443
import org.slf4j.Logger;
4544
import org.slf4j.LoggerFactory;
@@ -211,7 +210,6 @@ public void createDirectFactoryWithHeapAllocatorFails() {
211210
}
212211

213212
@Test
214-
@Ignore
215213
public void compressionCodecs() {
216214
final int[] sizes = {4 * 1024, 1 * 1024 * 1024};
217215
final boolean[] comp = {true, false};

0 commit comments

Comments
 (0)