Martin Tzvetanov Grigorov created SPARK-38351:
-------------------------------------------------
Summary: [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
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: [email protected]
For additional commands, e-mail: [email protected]