apache / apache/parquet-java

remove deprecated PathGlobPattern and DeprecatedFieldProjectionFilter to compile on hadoop 3.2+

Open
#2,698 1 comment 0 reactions 0 assignees View on GitHub
Component: Parquet Component: Thrift Priority: Major Type: enhancement
Dominant language
Java
Stars
3.1k
Forks
1.6k
Avg merge
3d 12h
Merged PRs (30d)
33

Description

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](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=stevel@apache.org) / @steveloughran
#### Related issues:
- [Upgrade Hadoop dependency to version 3.2.0](https://github.com/apache/parquet-java/issues/2695) (is related to)

**Note**: *This issue was originally created as [PARQUET-2165](https://issues.apache.org/jira/browse/PARQUET-2165). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.