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/05/06 12:48:24 UTC

[GitHub] [spark] Neilxzn commented on issue #18986: [SPARK-21774][SQL] The rule PromoteStrings should cast a string to double type when compare with a int/long

Neilxzn commented on issue #18986: [SPARK-21774][SQL] The rule PromoteStrings should cast a string to double type when compare with a int/long
URL: https://github.com/apache/spark/pull/18986#issuecomment-489607932
 
 
   2.4.0 has the same problem without this patch. For example, `select '0.99' > 0 ` in spark 2.4.0 will return false, but in hive it will return true.

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