pan3793 commented on code in PR #48675:
URL: https://github.com/apache/spark/pull/48675#discussion_r1822571467
##########
sql/core/pom.xml:
##########
@@ -277,22 +277,22 @@
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<artifactSet>
<includes>
- <include>com.google.protobuf:*</include>
+ <include>org.spark-project.spark:unused</include>
</includes>
</artifactSet>
<relocations>
<relocation>
- <pattern>com.google</pattern>
-
<shadedPattern>${spark.shade.packageName}.com.google</shadedPattern>
- <excludes>
- <!-- Guava is relocated to
${spark.shade.packageName}.connect.guava -->
- <exclude>com.google.common.**</exclude>
- </excludes>
+ <pattern>com.google.common</pattern>
Review Comment:
the effective relocation rules are very confusing, seems to be affected by
parent pom
--
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]