[jira] [Commented] (SPARK-18515) AlterTableDropPartitions fails for non-string columns

2016-11-30 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15709307#comment-15709307 ] Dongjoon Hyun commented on SPARK-18515: --- Hi, [~hvanhovell]. I closed this issue since this is not

[jira] [Commented] (SPARK-18515) AlterTableDropPartitions fails for non-string columns

2016-11-22 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15688851#comment-15688851 ] Apache Spark commented on SPARK-18515: -- User 'dongjoon-hyun' has created a pull request for this

[jira] [Commented] (SPARK-18515) AlterTableDropPartitions fails for non-string columns

2016-11-21 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15684512#comment-15684512 ] Dongjoon Hyun commented on SPARK-18515: --- This is tightly related with `AlterTableAddPartitions`. We

[jira] [Commented] (SPARK-18515) AlterTableDropPartitions fails for non-string columns

2016-11-20 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15682732#comment-15682732 ] Dongjoon Hyun commented on SPARK-18515: --- While digging this, option 1 seems to increase complexity.

[jira] [Commented] (SPARK-18515) AlterTableDropPartitions fails for non-string columns

2016-11-20 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681626#comment-15681626 ] Dongjoon Hyun commented on SPARK-18515: --- Yes, indeed. Thank you for advice. Also I think we need

[jira] [Commented] (SPARK-18515) AlterTableDropPartitions fails for non-string columns

2016-11-20 Thread Herman van Hovell (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681605#comment-15681605 ] Herman van Hovell commented on SPARK-18515: --- The Analyzer is injecting casts because the

[jira] [Commented] (SPARK-18515) AlterTableDropPartitions fails for non-string columns

2016-11-20 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681480#comment-15681480 ] Dongjoon Hyun commented on SPARK-18515: --- Ah, not only `Cast` occurs, but also the literal also is

[jira] [Commented] (SPARK-18515) AlterTableDropPartitions fails for non-string columns

2016-11-20 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681450#comment-15681450 ] Dongjoon Hyun commented on SPARK-18515: --- I see, [~hvanhovell]. Anyway, I'll fix this today. Thank

[jira] [Commented] (SPARK-18515) AlterTableDropPartitions fails for non-string columns

2016-11-20 Thread Herman van Hovell (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15681435#comment-15681435 ] Herman van Hovell commented on SPARK-18515: --- [~dongjoon] I am reverting this from branch-2.1: