[
https://issues.apache.org/jira/browse/SPARK-51349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SPARK-51349:
-----------------------------------
Labels: pull-request-available (was: )
> QueryTest thinks ["null", null] and [null, "null"] are different
> ----------------------------------------------------------------
>
> Key: SPARK-51349
> URL: https://issues.apache.org/jira/browse/SPARK-51349
> Project: Spark
> Issue Type: Bug
> Components: Tests
> Affects Versions: 4.0.0
> Reporter: Harsh Motwani
> Priority: Major
> Labels: pull-request-available
>
> This test fails:
> ```
> checkAnswer(sql("select case when id == 0 then 'null' else null end s from
> range(2)"),
> Seq(Row(null), Row("null")))
> ```
> However, it should pass because the order is irrelevant.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]