Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.0
Description
In the Flink-ORC and Flink-Parquet modules, The hadoop-common dependency contains the 11.0.2 version of guava, which conflicts with the 29.0-jre version required by the flink-table-planner-blink module. We should exclude guava from the hadoop-common dependency. Otherwise, running the unit test through the IDE throws a NoClassDefFoundError
Attachments
Issue Links
- causes
-
FLINK-28173 Multiple Parquet format tests are failing with NoSuchMethodError
- Closed
- duplicates
-
FLINK-25746 Failed to run ITCase locally with IDEA under flink-orc and flink-parquet module
- Closed
- links to