[jira] [Commented] (SPARK-22137) Failed to insert VectorUDT to hive table with DataFrameWriter.insertInto(tableName: String)

2017-10-04 Thread Liang-Chi Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16192414#comment-16192414 ] Liang-Chi Hsieh commented on SPARK-22137: - Ideally I think a UDT should be able casted to/from

[jira] [Commented] (SPARK-22137) Failed to insert VectorUDT to hive table with DataFrameWriter.insertInto(tableName: String)

2017-09-29 Thread Liang-Chi Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16185937#comment-16185937 ] Liang-Chi Hsieh commented on SPARK-22137: - Actually that is because we only allow to cast between

[jira] [Commented] (SPARK-22137) Failed to insert VectorUDT to hive table with DataFrameWriter.insertInto(tableName: String)

2017-09-29 Thread Jia-Xuan Liu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16185563#comment-16185563 ] Jia-Xuan Liu commented on SPARK-22137: -- I guess the problem is we can't create a table with vector

[jira] [Commented] (SPARK-22137) Failed to insert VectorUDT to hive table with DataFrameWriter.insertInto(tableName: String)

2017-09-29 Thread yzheng616 (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16185554#comment-16185554 ] yzheng616 commented on SPARK-22137: --- yes, the API just could not work with the table that manually

[jira] [Commented] (SPARK-22137) Failed to insert VectorUDT to hive table with DataFrameWriter.insertInto(tableName: String)

2017-09-29 Thread Jia-Xuan Liu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16185548#comment-16185548 ] Jia-Xuan Liu commented on SPARK-22137: -- umm... It's still fail. {code:java} scala> val tdf =

[jira] [Commented] (SPARK-22137) Failed to insert VectorUDT to hive table with DataFrameWriter.insertInto(tableName: String)

2017-09-29 Thread yzheng616 (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16185535#comment-16185535 ] yzheng616 commented on SPARK-22137: --- Have you tried to use DataFrameWriter.insertInto(tableName:

[jira] [Commented] (SPARK-22137) Failed to insert VectorUDT to hive table with DataFrameWriter.insertInto(tableName: String)

2017-09-29 Thread Jia-Xuan Liu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16185527#comment-16185527 ] Jia-Xuan Liu commented on SPARK-22137: -- just do some testing. I'm not really sure where is the