cloud-fan commented on a change in pull request #32261:
URL: https://github.com/apache/spark/pull/32261#discussion_r623092964
##########
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:
We use symbol literal in our testing DSL because it's easy to write. If
we need to write `Symbol("foo")` from now on, I'd vote for updating the test
DSL and pick a different syntax, such as
https://github.com/apache/spark/pull/31601
--
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]