LuciferYang commented on code in PR #50463:
URL: https://github.com/apache/spark/pull/50463#discussion_r2021185137


##########
project/SparkBuild.scala:
##########
@@ -860,10 +850,10 @@ object SparkConnectClient {
 
     (assembly / assemblyShadeRules) := Seq(
       ShadeRule.rename("io.grpc.**" -> 
"org.sparkproject.connect.client.io.grpc.@1").inAll,
-      ShadeRule.rename("com.google.**" -> 
"org.sparkproject.connect.client.com.google.@1").inAll,
+      ShadeRule.rename("com.google.**" -> 
"org.sparkproject.com.google.@1").inAll,

Review Comment:
   needs to be consistent with Maven; otherwise, the compilation of 
`UDFClassLoadingE2ESuite` will fail.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to