[
https://issues.apache.org/jira/browse/SPARK-51496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SPARK-51496:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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: [email protected]
For additional commands, e-mail: [email protected]