final ParquetInputFormat<ArrayWritable> newInputFormat,
final InputSplit oldSplit,
final JobConf oldJobConf,
final Reporter reporter)
throws IOException, InterruptedException {
this(newInputFormat, oldSplit, oldJobConf, reporter, new ProjectionPusher());
}