You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2023/01/10 08:20:33 UTC

[GitHub] [inlong] gong commented on a diff in pull request #7203: [INLONG-7202][Sort] Fix unit tests ( including PostgreSql \ Hbase \ Elasticsearch ) in sort-core

gong commented on code in PR #7203:
URL: https://github.com/apache/inlong/pull/7203#discussion_r1065459277


##########
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:
   Dose the es6 also need to change pom?



-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org