You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kousuke Saruta (Jira)" <ji...@apache.org> on 2020/09/13 19:35:00 UTC

[jira] [Created] (SPARK-32871) Append toMap to Map#filterKeys if the result of filter is concatinated with another Map

Kousuke Saruta created SPARK-32871:
--------------------------------------

             Summary: Append toMap to Map#filterKeys if the result of filter is concatinated with another Map
                 Key: SPARK-32871
                 URL: https://issues.apache.org/jira/browse/SPARK-32871
             Project: Spark
          Issue Type: Bug
          Components: Build
    Affects Versions: 3.1.0
            Reporter: Kousuke Saruta
            Assignee: Kousuke Saruta


As of Scala 2.13, Map#filterKeys return a MapView, not the original Map type.
This can cause compile error.
{code:java}
/sql/DataFrameReader.scala:279: type mismatch;
[error]  found   : Iterable[(String, String)]
[error]  required: java.util.Map[String,String]
[error] Error occurred in an application involving default arguments.
[error]       val dsOptions = new CaseInsensitiveStringMap(finalOptions.asJava) {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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