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 00:09:05 UTC

[GitHub] [spark] HyukjinKwon 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

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



##########
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:
       Can we have any feedback before we ignoring the symbol deprecations?

##########
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:
       Can we have any feedback before we ignoring the symbol literal deprecations?




-- 
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