You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/21 02:34:14 UTC

[GitHub] [spark] LuciferYang commented on a change in pull request #32261: [SPARK-35151][BUILD] Add compile arg to suppress `symbol literal is deprecated` compilation warnings in Scala 2.13

LuciferYang commented on a change in pull request #32261:
URL: https://github.com/apache/spark/pull/32261#discussion_r617159158



##########
File path: pom.xml
##########
@@ -3369,6 +3369,7 @@
                   <arg>-Wconf:msg=Auto-application to \`\(\)\` is deprecated:s</arg>
                   <arg>-Wconf:msg=method with a single empty parameter list overrides method without any parameter list:s</arg>
                   <arg>-Wconf:msg=method without a parameter list overrides a method with a single empty one:s</arg>
+                  <arg>-Wconf:msg=symbol literal is deprecated:s</arg>

Review comment:
       @HyukjinKwon I think this may be a compromise for https://github.com/apache/spark/pull/31569, if we don't plan to fix it recently. I just asked in https://github.com/apache/spark/pull/31569, there is no other feedback for the time being except for @cloud-fan.




-- 
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:
users@infra.apache.org



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