parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

remove deprecated PathGlobPattern and DeprecatedFieldProjectionFilter to compile on hadoop 3.2+

Open asfimport opened this issue 3 years ago • 1 comments

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.

asfimport avatar Jul 12 '22 13:07 asfimport

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

steveloughran avatar Nov 19 '24 15:11 steveloughran