LuciferYang commented on a change in pull request #30784:
URL: https://github.com/apache/spark/pull/30784#discussion_r544944855
##########
File path: pom.xml
##########
@@ -3233,6 +3247,10 @@
<properties>
<scala.version>2.13.4</scala.version>
<scala.binary.version>2.13</scala.binary.version>
+ <silencer-plugin.version>1.7.1</silencer-plugin.version>
+ <!-- SPARK-33560: Use a fake globalFilters because silencer plugin is
not required since Scala 2.13.2 -->
+
<silencer-plugin.globalFilters>-P:silencer:globalFilters=.*fakeGlobalFilters.*</silencer-plugin.globalFilters>
Review comment:
Use `-P:silencer:globalFilters=` will suppress all warn, try to make a
fake config
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]