pan3793 commented on code in PR #52619:
URL: https://github.com/apache/spark/pull/52619#discussion_r2431500722
##########
project/SparkBuild.scala:
##########
@@ -903,6 +994,7 @@ object SparkConnectClient {
),
(assembly / assemblyMergeStrategy) := {
+ case PathList("META-INF", "services", xs @ _*) =>
MergeStrategy.filterDistinctLines
Review Comment:
take the same effect as Maven's
```
org.apache.maven.plugins.shade.resource.ServicesResourceTransformer
```
Maybe I should fix it independently?
--
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]