You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2017/02/11 00:11:41 UTC

[jira] [Updated] (SPARK-18717) Datasets - crash (compile exception) when mapping to immutable scala map

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

Cheng Lian updated SPARK-18717:
-------------------------------
    Fix Version/s: 2.1.1

> Datasets - crash (compile exception) when mapping to immutable scala map
> ------------------------------------------------------------------------
>
>                 Key: SPARK-18717
>                 URL: https://issues.apache.org/jira/browse/SPARK-18717
>             Project: Spark
>          Issue Type: Bug
>    Affects Versions: 2.0.2, 2.1.0
>            Reporter: Damian Momot
>            Assignee: Andrew Ray
>             Fix For: 2.1.1, 2.2.0
>
>
> {code}
> val spark: SparkSession = ???
> case class Test(id: String, map_test: Map[Long, String])
> spark.sql("CREATE TABLE xyz.map_test (id string, map_test map<int, string>) STORED AS PARQUET")
> spark.sql("SELECT * FROM xyz.map_test").as[Test].map(t => t).collect()
> {code}
> {code}
> org.codehaus.commons.compiler.CompileException: File 'generated.java', Line 307, Column 108: No applicable constructor/method found for actual parameters "java.lang.String, scala.collection.Map"; candidates are: "$line14.$read$$iw$$iw$Test(java.lang.String, scala.collection.immutable.Map)"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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