Code
Spark 2.0 SQL source code tour part 3 : Implicit cast is evil.
In this post, we’ll see how implicit casting in Spark SQL can lead to unexpected and wrong results. Actually Spark SQL follows MySQL and…