[jira] [Commented] (HIVE-15338) Wrong result from non-vectorized DATEDIFF with scalar parameter of type DATE/TIMESTAMP

2016-12-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15741506#comment-15741506 ] Matt McCline commented on HIVE-15338: - Committed to master. > Wrong result from non-vectorized

[jira] [Commented] (HIVE-15338) Wrong result from non-vectorized DATEDIFF with scalar parameter of type DATE/TIMESTAMP

2016-12-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15741504#comment-15741504 ] Matt McCline commented on HIVE-15338: - auto_sortmerge_join_2.q and others are unstable/old issues. >

[jira] [Commented] (HIVE-15338) Wrong result from non-vectorized DATEDIFF with scalar parameter of type DATE/TIMESTAMP

2016-12-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15741469#comment-15741469 ] Hive QA commented on HIVE-15338: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-15338) Wrong result from non-vectorized DATEDIFF with scalar parameter of type DATE/TIMESTAMP

2016-12-11 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15741163#comment-15741163 ] Matt McCline commented on HIVE-15338: - The change making the date constant a Long instead of an

[jira] [Commented] (HIVE-15338) Wrong result from non-vectorized DATEDIFF with scalar parameter of type DATE/TIMESTAMP

2016-12-09 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15736296#comment-15736296 ] Jason Dere commented on HIVE-15338: --- Changes look good, +1. Just see about the diff in vector_between_in

[jira] [Commented] (HIVE-15338) Wrong result from non-vectorized DATEDIFF with scalar parameter of type DATE/TIMESTAMP

2016-12-09 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15735110#comment-15735110 ] Hive QA commented on HIVE-15338: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-15338) Wrong result from non-vectorized DATEDIFF with scalar parameter of type DATE/TIMESTAMP

2016-12-09 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15734782#comment-15734782 ] Matt McCline commented on HIVE-15338: - Can't repro vector_between_in issue on my laptop. Reissue same

[jira] [Commented] (HIVE-15338) Wrong result from non-vectorized DATEDIFF with scalar parameter of type DATE/TIMESTAMP

2016-12-08 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15731790#comment-15731790 ] Hive QA commented on HIVE-15338: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-15338) Wrong result from non-vectorized DATEDIFF with scalar parameter of type DATE/TIMESTAMP

2016-12-07 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15730345#comment-15730345 ] Hive QA commented on HIVE-15338: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-15338) Wrong result from non-vectorized DATEDIFF with scalar parameter of type DATE/TIMESTAMP

2016-12-07 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15729442#comment-15729442 ] Matt McCline commented on HIVE-15338: - And is the correct approach to switch to java.sql.Date from

[jira] [Commented] (HIVE-15338) Wrong result from non-vectorized DATEDIFF with scalar parameter of type DATE/TIMESTAMP

2016-12-07 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15728381#comment-15728381 ] Matt McCline commented on HIVE-15338: - Ok, patch now uses java.sql.Date in GenericUDFDateDiff class.