Github user hvanhovell commented on the issue:

    https://github.com/apache/spark/pull/19330
  
    @jinxing64 thanks for taking over. I have glanced over the PR, and I miss 
the explicit sorting of maps. We can't assume that maps are sorted out of the 
box, for example the following example should evaluate to `true` but it won't 
in your PR: `map(1, 2, 3, 4) = map(3, 4, 1, 2)`.


---

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

Reply via email to