Github user tzulitai commented on a diff in the pull request:
https://github.com/apache/flink/pull/4160#discussion_r123298637
--- Diff: flink-core/pom.xml ---
@@ -79,13 +79,12 @@ under the License.
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
- <!-- managed version -->
- <exclusions>
- <exclusion>
- <groupId>org.xerial.snappy</groupId>
- <artifactId>snappy-java</artifactId>
- </exclusion>
- </exclusions>
+ </dependency>
+
+ <!-- We explicitly depend on snappy since connectors that
require it load it through the system class loader -->
--- End diff --
Side question: is a fix also required for connectors to correctly use the
user classloader in such cases?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---