[ 
https://issues.apache.org/jira/browse/SPARK-51496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan resolved SPARK-51496.
---------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 50275
[https://github.com/apache/spark/pull/50275]

> CaseInsensitiveStringMap comparison should ignore case
> ------------------------------------------------------
>
>                 Key: SPARK-51496
>                 URL: https://issues.apache.org/jira/browse/SPARK-51496
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Huaxin Gao
>            Assignee: Huaxin Gao
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> When merging commandOptions and dsOptions (both of them are 
> CaseInsensitiveStringMap), we have
> {quote}assert(commandOptions == dsOptions || commandOptions.isEmpty || 
> dsOptions.isEmpty){quote}
> If commandOptions has ("KEY", "value"), and dsOption has ("key", "value"), 
> the assertion fails, but it should pass instead.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to