[jira] [Commented] (SPARK-32633) GenericRowWithSchema cannot be cast to GenTraversableOnce

2020-08-18 Thread ImportMengjie (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17179381#comment-17179381 ] ImportMengjie commented on SPARK-32633: --- [~hyukjin.kwon]  I try to write an example like this:

[jira] [Reopened] (SPARK-32633) GenericRowWithSchema cannot be cast to GenTraversableOnce

2020-08-17 Thread ImportMengjie (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ImportMengjie reopened SPARK-32633: --- Use `Row(row)` instead of `new GenericRowWithSchema(values = row, schema).asInstanceOf[Row]` ,

[jira] [Comment Edited] (SPARK-32633) GenericRowWithSchema cannot be cast to GenTraversableOnce

2020-08-17 Thread ImportMengjie (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17178786#comment-17178786 ] ImportMengjie edited comment on SPARK-32633 at 8/17/20, 7:34 AM: -

[jira] [Commented] (SPARK-32633) GenericRowWithSchema cannot be cast to GenTraversableOnce

2020-08-17 Thread ImportMengjie (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17178786#comment-17178786 ] ImportMengjie commented on SPARK-32633: --- [~hyukjin.kwon] Thanks for your response! I just use

[jira] [Commented] (SPARK-32633) GenericRowWithSchema cannot be cast to GenTraversableOnce

2020-08-17 Thread ImportMengjie (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17178753#comment-17178753 ] ImportMengjie commented on SPARK-32633: --- [~hyukjin.kwon] I don't understand what is the API means,

[jira] [Created] (SPARK-32633) GenericRowWithSchema cannot be cast to GenTraversableOnce

2020-08-16 Thread ImportMengjie (Jira)
ImportMengjie created SPARK-32633: - Summary: GenericRowWithSchema cannot be cast to GenTraversableOnce Key: SPARK-32633 URL: https://issues.apache.org/jira/browse/SPARK-32633 Project: Spark