EMsnap commented on code in PR #7203: URL: https://github.com/apache/inlong/pull/7203#discussion_r1065460437
########## inlong-sort/sort-connectors/elasticsearch-7/pom.xml: ########## @@ -248,6 +248,10 @@ <pattern>com.github.mustachejava</pattern> <shadedPattern>org.apache.flink.elasticsearch7.shaded.com.github.mustachejava</shadedPattern> </relocation> + <relocation> + <pattern>org.apache.inlong.sort.elasticsearch</pattern> + <shadedPattern>org.apache.inlong.sort.elasticsearch7</shadedPattern> Review Comment: es6 conflict with es7, since es7 has relocated , es6 doesn't need to do so -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org