You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/06/26 10:09:33 UTC

[jira] [Commented] (SPARK-10591) False negative in QueryTest.checkAnswer

    [ https://issues.apache.org/jira/browse/SPARK-10591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15350064#comment-15350064 ] 

Apache Spark commented on SPARK-10591:
--------------------------------------

User 'dongjoon-hyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/13913

> False negative in QueryTest.checkAnswer
> ---------------------------------------
>
>                 Key: SPARK-10591
>                 URL: https://issues.apache.org/jira/browse/SPARK-10591
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL, Tests
>    Affects Versions: 1.0.2, 1.1.1, 1.2.2, 1.3.1, 1.4.1, 1.5.0
>            Reporter: Cheng Lian
>
> {{checkAnswer}} doesn't handle {{Map\[K, V\]}} properly. For example:
> {noformat}
> scala> Map(1 -> 2, 2 -> 1).toString
> res0: String = Map(1 -> 2, 2 -> 1)
> scala> Map(2 -> 1, 1 -> 2).toString
> res1: String = Map(2 -> 1, 1 -> 2)
> {noformat}
> We can't rely on {{toString}} to compare {{Map\[K, V\]}} instances.
> Need to update {{checkAnswer}} to special case {{Map\[K, V\]}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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