[
https://issues.apache.org/jira/browse/SPARK-19056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wenchen Fan closed SPARK-19056.
-------------------------------
Resolution: Not A Problem
> Row encoder should accept optional types
> ----------------------------------------
>
> Key: SPARK-19056
> URL: https://issues.apache.org/jira/browse/SPARK-19056
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 2.0.0, 2.1.0, 2.2.0
> Reporter: e89ff95a
>
> Since Spark 2.0 Spark doesn't accept optional types with `RowEncoder`:
> {code}
> import org.apache.spark.sql.types._
> import org.apache.spark.sql.Row
> spark.createDataFrame(
> sc.parallelize(Seq(Row(None))),
> StructType(Seq(StructField("v", StringType, true)))
> ).first
> // Caused by: java.lang.RuntimeException: Error while encoding:
> java.lang.RuntimeException: scala.None$ is not a valid external type for
> schema of string
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]