JingGe commented on code in PR #23489: URL: https://github.com/apache/flink/pull/23489#discussion_r1425851930
########## flink-filesystems/flink-gs-fs-hadoop/pom.xml: ########## @@ -188,6 +212,29 @@ under the License. <goal>shade</goal> </goals> <configuration> + <filters> + <filter> + <artifact>org.apache.flink:flink-fs-hadoop-shaded</artifact> + <excludes> Review Comment: IIUC, we don't need to exclude shaded guava classes since it will not disturb if a right guava version dependency is in the classpath. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org