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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to