[jira] [Commented] (SPARK-17694) convert DataFrame to DataSet should check columns match

2018-07-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SPARK-17694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16537320#comment-16537320 ] Paweł Batko commented on SPARK-17694: - Another minimal: {code:scala} case class Foo(a: String, b:

[jira] [Commented] (SPARK-17694) convert DataFrame to DataSet should check columns match

2016-09-28 Thread Chenliang Xu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15531283#comment-15531283 ] Chenliang Xu commented on SPARK-17694: -- Should have provide an example. The following example should

[jira] [Commented] (SPARK-17694) convert DataFrame to DataSet should check columns match

2016-09-28 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15529134#comment-15529134 ] Sean Owen commented on SPARK-17694: --- You're saying that df00 or df01 does not actually contain FooType?

[jira] [Commented] (SPARK-17694) convert DataFrame to DataSet should check columns match

2016-09-27 Thread Hyukjin Kwon (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15528295#comment-15528295 ] Hyukjin Kwon commented on SPARK-17694: -- FWIW, this reminds me of SPARK-15918 > convert DataFrame to

[jira] [Commented] (SPARK-17694) convert DataFrame to DataSet should check columns match

2016-09-27 Thread Chenliang Xu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15527887#comment-15527887 ] Chenliang Xu commented on SPARK-17694: -- It returns a DataSet, for example {noformat}

[jira] [Commented] (SPARK-17694) convert DataFrame to DataSet should check columns match

2016-09-27 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15527653#comment-15527653 ] Sean Owen commented on SPARK-17694: --- Here what do you mean that it succeeds? it's a lazy transformation