Details
-
Sub-task
-
Status: Open
-
P2
-
Resolution: Fixed
-
2.16.0
Description
ParquetIO has the hadoop-client dependency as a compile-time dependency however this dependency should be provided by the user as defined in parquet-hadoop. By pinning a hadoop version we are limiting users from providing different Hadoop jars (as they can with native Parquet), it also limits us from providing different hadoop versions to test that the Parquet module is compatible with Hadoop 3 (when it will).
Note this is a 'backwards incompatible' change in the sense that users might need to explicitly provide the dependency from now on.