[jira] Updated: (HIVE-313) add UDF date_add, date_sub, datediff

2010-07-23 Thread Carl Steinbach (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl Steinbach updated HIVE-313:


Fix Version/s: 0.3.0
  Component/s: UDF
   (was: Query Processor)

 add UDF date_add, date_sub, datediff
 

 Key: HIVE-313
 URL: https://issues.apache.org/jira/browse/HIVE-313
 Project: Hadoop Hive
  Issue Type: New Feature
  Components: UDF
Reporter: Zheng Shao
 Fix For: 0.3.0

 Attachments: HIVE-313.1.patch, HIVE-313.2.patch


 See 
 http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date-add
 See 
 http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date-sub
 See 
 http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_datediff

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-313) add UDF date_add, date_sub, datediff

2009-03-12 Thread Zheng Shao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zheng Shao updated HIVE-313:


Attachment: HIVE-313.2.patch

Incorporated comments from Raghu. All dates are parsed as UTC now to avoid 
daylight saving problem.

I didn't put the data to the table though - we have been doing testing with 
constants for almost all UDFs till now. And these UDF functions are simple 
enough so I don't see much difference between testing with constants and with 
data from table.


 add UDF date_add, date_sub, datediff
 

 Key: HIVE-313
 URL: https://issues.apache.org/jira/browse/HIVE-313
 Project: Hadoop Hive
  Issue Type: New Feature
  Components: Query Processor
Reporter: Zheng Shao
 Attachments: HIVE-313.1.patch, HIVE-313.2.patch


 See 
 http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date-add
 See 
 http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date-sub
 See 
 http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_datediff

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-313) add UDF date_add, date_sub, datediff

2009-03-08 Thread Zheng Shao (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zheng Shao updated HIVE-313:


Attachment: HIVE-313.1.patch

Added the UDFs.

 add UDF date_add, date_sub, datediff
 

 Key: HIVE-313
 URL: https://issues.apache.org/jira/browse/HIVE-313
 Project: Hadoop Hive
  Issue Type: New Feature
  Components: Query Processor
Reporter: Zheng Shao
 Attachments: HIVE-313.1.patch


 See 
 http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date-add
 See 
 http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date-sub
 See 
 http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_datediff

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.