This is an automated email from the ASF dual-hosted git repository.
xiangfu 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 a31a2c1b452 fix shading for io.grpc for module pinot-spark-3-connector
(#17000)
a31a2c1b452 is described below
commit a31a2c1b45293c8bae369321ecafc1496d513243
Author: Xiang Fu <[email protected]>
AuthorDate: Mon Oct 13 03:27:09 2025 +0800
fix shading for io.grpc for module pinot-spark-3-connector (#17000)
---
pinot-connectors/pinot-spark-3-connector/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pinot-connectors/pinot-spark-3-connector/pom.xml
b/pinot-connectors/pinot-spark-3-connector/pom.xml
index aaff014e4a2..b626e6aa48d 100644
--- a/pinot-connectors/pinot-spark-3-connector/pom.xml
+++ b/pinot-connectors/pinot-spark-3-connector/pom.xml
@@ -56,6 +56,12 @@
<includes>
<include>com.google.protobuf.**</include>
<include>com.google.common.**</include>
+ </includes>
+ </relocation>
+ <relocation>
+ <pattern>io</pattern>
+ <shadedPattern>${shadeBase}.io</shadedPattern>
+ <includes>
<include>io.grpc.**</include>
</includes>
</relocation>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]