This is an automated email from the ASF dual-hosted git repository.
jlli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new eb5835fed9 Shade org.apache.avro package for pinot plugins (#8916)
eb5835fed9 is described below
commit eb5835fed9cf692e58ec643183ffe16953c95188
Author: Xiang Fu <[email protected]>
AuthorDate: Sat Jun 18 21:23:38 2022 -0700
Shade org.apache.avro package for pinot plugins (#8916)
---
pinot-distribution/pom.xml | 2 +-
pinot-plugins/pom.xml | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml
index db69cb802a..b742df64e3 100644
--- a/pinot-distribution/pom.xml
+++ b/pinot-distribution/pom.xml
@@ -197,7 +197,7 @@
</relocation>
<relocation>
<pattern>org.apache.commons</pattern>
- <shadedPattern>shaded.org.apache.commons</shadedPattern>
+
<shadedPattern>${shade.prefix}.org.apache.commons</shadedPattern>
</relocation>
</relocations>
</configuration>
diff --git a/pinot-plugins/pom.xml b/pinot-plugins/pom.xml
index 29ff74bc1e..7bc5c9805c 100644
--- a/pinot-plugins/pom.xml
+++ b/pinot-plugins/pom.xml
@@ -144,7 +144,11 @@
</relocation>
<relocation>
<pattern>org.apache.commons</pattern>
- <shadedPattern>shaded.org.apache.commons</shadedPattern>
+
<shadedPattern>${shade.prefix}.org.apache.commons</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.apache.avro</pattern>
+
<shadedPattern>${shade.prefix}.org.apache.avro</shadedPattern>
</relocation>
</relocations>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]