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 2019/12/03 18:43:32 UTC

[GitHub] [spark] srowen commented on issue #26748: [SPARK-29392][CORE][SQL][FOLLOWUP] Avoid deprecated (in 2.13) Symbol syntax 'foo in favor of simpler expression, where it generated deprecation warnings

srowen commented on issue #26748: [SPARK-29392][CORE][SQL][FOLLOWUP] Avoid deprecated (in 2.13) Symbol syntax 'foo in favor of simpler expression, where it generated deprecation warnings
URL: https://github.com/apache/spark/pull/26748#issuecomment-561301946
 
 
   Oh no, that syntax is still present in 2.13, it's just deprecated. The implicit conversions in Spark, to things like Column, are still there too. I just changed the instances that generate a warning in 2.13 (and I don't know why many do not?) to explicitly use a Column or String.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org