[ https://issues.apache.org/jira/browse/SPARK-38351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17500805#comment-17500805 ]
Sean R. Owen commented on SPARK-38351: -------------------------------------- [~mgrigorov] meh, if they're more test changes? yes reuse this JIRA as we'll merge them both. If they're for a whole other module or two, a separate ticket is fine. I would changes that logically belong together to address a task, which would probably be merged / not-merged together and to the same branches, can reuse the same JIRA to keep them organized. Otherwise, probably just new JIRAs for logically separable changes. > [TESTS] Replace 'abc symbols with Symbol("abc") in tests > -------------------------------------------------------- > > Key: SPARK-38351 > URL: https://issues.apache.org/jira/browse/SPARK-38351 > Project: Spark > Issue Type: Improvement > Components: Tests > Affects Versions: 3.2.1 > Reporter: Martin Tzvetanov Grigorov > Assignee: Martin Tzvetanov Grigorov > Priority: Minor > Fix For: 3.3.0 > > > When building with Scala 2.13 many test classes produce warnings like: > {code:java} > [warn] > /home/runner/work/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/execution/BaseScriptTransformationSuite.scala:562:11: > [deprecation @ | origin= | version=2.13.0] symbol literal is deprecated; > use Symbol("d") instead > [warn] 'd.cast("string"), > [warn] ^ > [warn] > /home/runner/work/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/execution/BaseScriptTransformationSuite.scala:563:11: > [deprecation @ | origin= | version=2.13.0] symbol literal is deprecated; > use Symbol("e") instead > [warn] 'e.cast("string")).collect()) > {code} > For easier migration to Scala 3.x later it would be good to fix this warnings! -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org