wayneguow commented on code in PR #47221:
URL: https://github.com/apache/spark/pull/47221#discussion_r1667898111
##########
pom.xml:
##########
@@ -2774,6 +2774,10 @@
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
</exclusion>
+ <exclusion>
Review Comment:
Cause that `tink` upgrade `protobuf-java` to 4.27.0 in version 1.14.0, but
it's not compatible with 3.25.1. (related protobuf issues:
https://github.com/protocolbuffers/protobuf/issues/16452,
https://github.com/protocolbuffers/protobuf/issues/17247)
And I notice that there are some users in `tink` community also facing this
problem, let's wait for the community to provide a
solution(https://github.com/tink-crypto/tink-java/issues/31,
https://github.com/tink-crypto/tink-java/pull/38). @LuciferYang
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]