Gabor Szadovszky created PARQUET-1844:
-----------------------------------------
Summary: Removed Hadoop transitive dependency on commons-lang
Key: PARQUET-1844
URL: https://issues.apache.org/jira/browse/PARQUET-1844
Project: Parquet
Issue Type: Task
Reporter: Gabor Szadovszky
Some of our code parts are using commons-lang without declaring direct
dependency on it. It comes as a transitive dependency from Hadoop. From Hadoop
3.3 they migrated from commons-lang to commons-lang3 which fails the build if
parquet-mr is built against it.
We shall either properly declare our direct dependency to commons-lang (or with
also migrating to commons-lang3) or refactor the code to not use commons-lang
at all.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)