Description
The `SpecificParquetRecordReaderBase.listDirectory` method is used to return the list of files at `path` recursively and the result will skips files that are ignored normally by MapReduce.
This method is only used by tests in Spark now and it also includes non parquet related test cases, such as `OrcColumnarBatchReaderSuite`.