apache / parquet-java

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

remove deprecated PathGlobPattern and DeprecatedFieldProjectionFilter to compile on hadoop 3.2+ #2698

Open asfimport opened 2 years ago

asfimport commented 2 years ago

remove the deprecated PathGlobPattern class and its uses from parquet-thrift

The return types from the hadoop GlobPattern code changed in HADOOP-12436; in the class as is will not compile against hadoop 3.x

Parquet releases compiled against hadoop 2.x will not be able to instantiate these classes on a hadoop 3 release, because things will not link.

Nobody appears to have complained about the linkage problem to the extent of filing a JIRA.

Reporter: Steve Loughran / @steveloughran

Related issues:

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

steveloughran commented 6 days ago

This doesn't seem to surface any more, does it? can close as cannot-reproduce