You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2009/09/18 22:49:16 UTC

[jira] Created: (HIVE-843) add UDF hour, minute, second

add UDF hour, minute, second
----------------------------

                 Key: HIVE-843
                 URL: https://issues.apache.org/jira/browse/HIVE-843
             Project: Hadoop Hive
          Issue Type: New Feature
    Affects Versions: 0.5.0
            Reporter: Zheng Shao
            Assignee: Zheng Shao


See http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html

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


[jira] Updated: (HIVE-843) add UDF hour, minute, second

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HIVE-843:
----------------------------

    Attachment: HIVE-843.1.patch

> add UDF hour, minute, second
> ----------------------------
>
>                 Key: HIVE-843
>                 URL: https://issues.apache.org/jira/browse/HIVE-843
>             Project: Hadoop Hive
>          Issue Type: New Feature
>    Affects Versions: 0.5.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-843.1.patch
>
>
> See http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html

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


[jira] Commented: (HIVE-843) add UDF hour, minute, second

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757612#action_12757612 ] 

Edward Capriolo commented on HIVE-843:
--------------------------------------

It seems like we are looking to implement all the functions of mysql but I see us implementing many Date UDFs. Should we simply implement a GregorianCalendarUDF
{noformat}
GregorianCalendarGet( now() , "DAY_OF_MONTH"); 
{noformat}

And support all the calendar constants?

> add UDF hour, minute, second
> ----------------------------
>
>                 Key: HIVE-843
>                 URL: https://issues.apache.org/jira/browse/HIVE-843
>             Project: Hadoop Hive
>          Issue Type: New Feature
>    Affects Versions: 0.5.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-843.1.patch, HIVE-843.2.patch
>
>
> See http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html

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


[jira] Resolved: (HIVE-843) add UDF hour, minute, second

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain resolved HIVE-843.
-----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Committed. Thanks Zheng

> add UDF hour, minute, second
> ----------------------------
>
>                 Key: HIVE-843
>                 URL: https://issues.apache.org/jira/browse/HIVE-843
>             Project: Hadoop Hive
>          Issue Type: New Feature
>    Affects Versions: 0.5.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-843.1.patch, HIVE-843.2.patch
>
>
> See http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html

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


[jira] Updated: (HIVE-843) add UDF hour, minute, second

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HIVE-843:
----------------------------

    Attachment: HIVE-843.2.patch

Fixed show_functions.q.out

> add UDF hour, minute, second
> ----------------------------
>
>                 Key: HIVE-843
>                 URL: https://issues.apache.org/jira/browse/HIVE-843
>             Project: Hadoop Hive
>          Issue Type: New Feature
>    Affects Versions: 0.5.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-843.1.patch, HIVE-843.2.patch
>
>
> See http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html

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


[jira] Commented: (HIVE-843) add UDF hour, minute, second

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757452#action_12757452 ] 

Namit Jain commented on HIVE-843:
---------------------------------

+1 will merge if the tests pass

> add UDF hour, minute, second
> ----------------------------
>
>                 Key: HIVE-843
>                 URL: https://issues.apache.org/jira/browse/HIVE-843
>             Project: Hadoop Hive
>          Issue Type: New Feature
>    Affects Versions: 0.5.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>         Attachments: HIVE-843.1.patch, HIVE-843.2.patch
>
>
> See http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html

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


[jira] Updated: (HIVE-843) add UDF hour, minute, second

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-843:
--------------------------------

        Fix Version/s: 0.5.0
    Affects Version/s:     (was: 0.5.0)
          Component/s: UDF

> add UDF hour, minute, second
> ----------------------------
>
>                 Key: HIVE-843
>                 URL: https://issues.apache.org/jira/browse/HIVE-843
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.5.0
>
>         Attachments: HIVE-843.1.patch, HIVE-843.2.patch
>
>
> See http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html

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