[ https://issues.apache.org/jira/browse/FLINK-7847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16205797#comment-16205797 ]
ASF GitHub Bot commented on FLINK-7847: --------------------------------------- GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4835 [FLINK-7847][avro] Fix typo in jackson shading pattern ## What is the purpose of the change This PR fixes a funny typo in the jackson shading pattern of flink-avro. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zentol/flink 7847 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/4835.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4835 ---- commit 0562fbb2a21080d8378dabf91cdde6cfacedaff4 Author: zentol <ches...@apache.org> Date: 2017-10-16T11:57:22Z [FLINK-7847][avro] Fix typo in jackson shading pattern ---- > Fix typo in flink-avro shading pattern > -------------------------------------- > > Key: FLINK-7847 > URL: https://issues.apache.org/jira/browse/FLINK-7847 > Project: Flink > Issue Type: Bug > Components: Build System > Affects Versions: 1.4.0 > Reporter: Chesnay Schepler > Assignee: Chesnay Schepler > Fix For: 1.4.0 > > > {code} > <relocation> > <pattern>org.codehaus.jackson</pattern> > > <shadedPattern>org.apache.flink.avro.shaded.org.codehouse.jackson</shadedPattern> > </relocation> > {code} > The shaded pattern should be > "org.apache.flink.avro.shaded.org.codehaus.jackson". -- This message was sent by Atlassian JIRA (v6.4.14#64029)