This is an automated email from the ASF dual-hosted git repository.
zirui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new e2bd6590a5 [INLONG-9371][Sort] elasticsearch sort shade relocation
error (#9372)
e2bd6590a5 is described below
commit e2bd6590a571fa11d4e6f5307664e6591d9c7cba
Author: Hao <[email protected]>
AuthorDate: Fri Dec 1 10:52:33 2023 +0800
[INLONG-9371][Sort] elasticsearch sort shade relocation error (#9372)
---
.../sort-flink-v1.13/sort-connectors/elasticsearch-6/pom.xml | 3 +++
.../sort-flink-v1.13/sort-connectors/elasticsearch-7/pom.xml | 3 +++
2 files changed, 6 insertions(+)
diff --git
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-6/pom.xml
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-6/pom.xml
index e164162a78..5871fc46ba 100644
---
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-6/pom.xml
+++
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-6/pom.xml
@@ -256,6 +256,9 @@
<relocation>
<pattern>org.apache.inlong.sort.elasticsearch</pattern>
<shadedPattern>org.apache.inlong.sort.elasticsearch6</shadedPattern>
+ <includes>
+
<include>org.apache.inlong.sort.elasticsearch.**</include>
+ </includes>
</relocation>
</relocations>
</configuration>
diff --git
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-7/pom.xml
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-7/pom.xml
index 30ead4de59..fe841315af 100644
---
a/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-7/pom.xml
+++
b/inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/elasticsearch-7/pom.xml
@@ -253,6 +253,9 @@
<relocation>
<pattern>org.apache.inlong.sort.elasticsearch</pattern>
<shadedPattern>org.apache.inlong.sort.elasticsearch7</shadedPattern>
+ <includes>
+
<include>org.apache.inlong.sort.elasticsearch.**</include>
+ </includes>
</relocation>
</relocations>
</configuration>