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 10644e30de4 Shade grpc library for pinot-spark-3-connector (#16923)
10644e30de4 is described below
commit 10644e30de4c794f5270be6809e0555f174199f5
Author: Xiang Fu <[email protected]>
AuthorDate: Wed Oct 1 23:42:48 2025 +0800
Shade grpc library for pinot-spark-3-connector (#16923)
---
pinot-connectors/pinot-spark-3-connector/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pinot-connectors/pinot-spark-3-connector/pom.xml
b/pinot-connectors/pinot-spark-3-connector/pom.xml
index cc73fc99bd2..f2304e55ba7 100644
--- a/pinot-connectors/pinot-spark-3-connector/pom.xml
+++ b/pinot-connectors/pinot-spark-3-connector/pom.xml
@@ -56,6 +56,7 @@
<includes>
<include>com.google.protobuf.**</include>
<include>com.google.common.**</include>
+ <include>io.grpc.**</include>
</includes>
</relocation>
</relocations>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]