Description
As of Scala 2.13, Map#filterKeys return a MapView, not the original Map type.
This can cause compile error.
/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)
Attachments
Issue Links
- is duplicated by
-
SPARK-32454 Fix HistoryServerSuite in Scala 2.13
- Resolved
- links to