Huaxin Gao created SPARK-51496:
----------------------------------

             Summary: 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


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