Open asfimport opened 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
Note: This issue was originally created as PARQUET-2165. Please see the migration documentation for further details.
This doesn't seem to surface any more, does it? can close as cannot-reproduce
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.