apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.61k stars 1.41k forks source link

SKIP FILES STARTS WITH "." in parquet.hadoop.ParquetFileReader.readAllFootersInParallel #2061

Closed asfimport closed 7 years ago

asfimport commented 7 years ago

SKIP FILES NAME STARTS WITH "." in parquet.hadoop.ParquetFileReader.readAllFootersInParallel

Reporter: Sandish Kumar HN

Related issues:

Note: This issue was originally created as PARQUET-1010. Please see the migration documentation for further details.

asfimport commented 7 years ago

Sandish Kumar HN: I think that this issue is already fixed in the latest version of parquet, I can see here: https://github.com/Parquet/parquet-mr/blob/master/parquet-hadoop/src/main/java/parquet/hadoop/ParquetFileReader.java#L305

Then I think SQOOP Project has to be updated to latest version of Parquet