[GitHub] [spark] SethTisue commented on pull request #31569: [SPARK-34443][CORE] Replace symbol literals with Symbol constructor invocations to comply with Scala 2.13

2021-04-16 Thread GitBox
SethTisue commented on pull request #31569: URL: https://github.com/apache/spark/pull/31569#issuecomment-821193905 fwiw, I will oppose any deprecation of `Symbol` itself. I don't think you should assume I will lose. The literal syntax was worth deprecating because it decreases the a

[GitHub] [spark] SethTisue commented on pull request #31569: [SPARK-34443][CORE] Replace symbol literals with Symbol constructor invocations to comply with Scala 2.13

2021-04-20 Thread GitBox
SethTisue commented on pull request #31569: URL: https://github.com/apache/spark/pull/31569#issuecomment-823698612 > If the language import feature for symbol literal will be always there As I understand it, the language import was added to give the Spark project extra time to migrat