dawidwys commented on code in PR #25022:
URL: https://github.com/apache/flink/pull/25022#discussion_r1665384093
##########
flink-table/flink-table-planner/pom.xml:
##########
@@ -353,19 +353,6 @@ under the License.
<pattern>org.checkerframework</pattern>
<shadedPattern>org.apache.flink.calcite.shaded.org.checkerframework</shadedPattern>
</relocation>
-
- <!-- These are relocated to
match package names, but not included in this jar -->
- <relocation>
-
<pattern>com.fasterxml</pattern>
- <!-- From
flink-shaded-jackson -->
-
<shadedPattern>org.apache.flink.shaded.jackson2.com.fasterxml</shadedPattern>
- </relocation>
- <relocation>
-
<pattern>com.jayway</pattern>
- <!-- From
flink-table-runtime -->
-
<shadedPattern>org.apache.flink.table.shaded.com.jayway</shadedPattern>
- </relocation>
-
Review Comment:
We use a shaded `jsonpath` version, which has those relocations applied
already.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]