Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4160#discussion_r123341447
  
    --- 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 --
    
    for the avro/snappy case, no. This PR should work as is.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to