File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
parquet-hadoop/src/test/java/org/apache/parquet/hadoop Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 6565import org .apache .parquet .hadoop .util .ContextUtil ;
6666import org .apache .parquet .schema .MessageTypeParser ;
6767import org .junit .Before ;
68- import org .junit .Ignore ;
6968import org .junit .Test ;
7069import org .slf4j .Logger ;
7170import org .slf4j .LoggerFactory ;
7473 * DeprecatedParquetInputFormat is used by cascading. It initializes the recordReader using an initialize method with
7574 * different parameters than ParquetInputFormat
7675 */
77- @ Ignore
7876public class DeprecatedInputFormatTest {
7977
8078 private static final Logger LOG = LoggerFactory .getLogger (DeprecatedInputFormatTest .class );
Original file line number Diff line number Diff line change 3737import org .apache .parquet .hadoop .metadata .CompressionCodecName ;
3838import org .apache .parquet .schema .MessageTypeParser ;
3939import org .junit .Before ;
40- import org .junit .Ignore ;
4140import 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
4846public 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" );
Original file line number Diff line number Diff line change 3939import org .apache .parquet .compression .CompressionCodecFactory .BytesInputDecompressor ;
4040import org .apache .parquet .hadoop .metadata .CompressionCodecName ;
4141import org .junit .Assert ;
42- import org .junit .Ignore ;
4342import org .junit .Test ;
4443import org .slf4j .Logger ;
4544import 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 };
You can’t perform that action at this time.
0 commit comments