[
https://issues.apache.org/jira/browse/SPARK-12131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15050228#comment-15050228
]
Apache Spark commented on SPARK-12131:
--------------------------------------
User 'cloud-fan' has created a pull request for this issue:
https://github.com/apache/spark/pull/10239
> Cannot create ExpressionEncoder for Array[T] where T is a nested class
> ----------------------------------------------------------------------
>
> Key: SPARK-12131
> URL: https://issues.apache.org/jira/browse/SPARK-12131
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 1.6.0
> Reporter: Cheng Lian
> Assignee: Cheng Lian
>
> The following snippet reproduces this issue under {{spark-shell}}:
> {noformat}
> import sqlContext._
> case class N(i: Int)
> case class T(a: Array[N])
> val ds = Seq(T(Array(N(1)))).toDS
> ds.show()
> {noformat}
> Note that, classes defined in Scala REPL are inherently nested.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]