[jira] [Commented] (SPARK-19496) to_date with format has weird behavior

2017-03-23 Thread Josh Rosen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15939508#comment-15939508 ] Josh Rosen commented on SPARK-19496: Let's make sure to document this clearly in the release notes. I

[jira] [Commented] (SPARK-19496) to_date with format has weird behavior

2017-02-09 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15859286#comment-15859286 ] Apache Spark commented on SPARK-19496: -- User 'windpiger' has created a pull request for this issue:

[jira] [Commented] (SPARK-19496) to_date with format has weird behavior

2017-02-08 Thread Xiao Li (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15859091#comment-15859091 ] Xiao Li commented on SPARK-19496: - [~cloud_fan] Yeah, null looks better. Illegal inputs should not be

[jira] [Commented] (SPARK-19496) to_date with format has weird behavior

2017-02-07 Thread Song Jun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857570#comment-15857570 ] Song Jun commented on SPARK-19496: -- [~hyukjin.kwon]  > to_date with format has weird behavior >

[jira] [Commented] (SPARK-19496) to_date with format has weird behavior

2017-02-07 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857561#comment-15857561 ] Wenchen Fan commented on SPARK-19496: - returning null looks better, [~smilegator] what do you think?

[jira] [Commented] (SPARK-19496) to_date with format has weird behavior

2017-02-07 Thread Hyukjin Kwon (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857554#comment-15857554 ] Hyukjin Kwon commented on SPARK-19496: -- Yea, thank you for explanation. I was just curious so tested

[jira] [Commented] (SPARK-19496) to_date with format has weird behavior

2017-02-07 Thread Song Jun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857541#comment-15857541 ] Song Jun commented on SPARK-19496: -- mysql: select str_to_date('2014-12-31','%Y-%d-%m') also return

[jira] [Commented] (SPARK-19496) to_date with format has weird behavior

2017-02-07 Thread Hyukjin Kwon (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857473#comment-15857473 ] Hyukjin Kwon commented on SPARK-19496: -- Oh, yes. I just found and updated my comment. > to_date

[jira] [Commented] (SPARK-19496) to_date with format has weird behavior

2017-02-07 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857464#comment-15857464 ] Wenchen Fan commented on SPARK-19496: - The weird part is, Spark may have different behaviors depend

[jira] [Commented] (SPARK-19496) to_date with format has weird behavior

2017-02-07 Thread Hyukjin Kwon (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857459#comment-15857459 ] Hyukjin Kwon commented on SPARK-19496: -- - Hive {code} hive> SELECT to_date('2014-31-12');

[jira] [Commented] (SPARK-19496) to_date with format has weird behavior

2017-02-07 Thread Song Jun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15856205#comment-15856205 ] Song Jun commented on SPARK-19496: -- I am working on this~ > to_date with format has weird behavior >