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:36:00 UTC

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

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

Kousuke Saruta updated SPARK-32871:
-----------------------------------
        Parent: SPARK-25075
    Issue Type: Sub-task  (was: Bug)

> 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: Sub-task
>          Components: Build
>    Affects Versions: 3.1.0
>            Reporter: Kousuke Saruta
>            Assignee: Kousuke Saruta
>            Priority: Minor
>
> 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