You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/23 00:11:00 UTC

[jira] [Work logged] (HIVE-25233) Removing deprecated unix_timestamp UDF

     [ https://issues.apache.org/jira/browse/HIVE-25233?focusedWorklogId=640560&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-640560 ]

ASF GitHub Bot logged work on HIVE-25233:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Aug/21 00:10
            Start Date: 23/Aug/21 00:10
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on pull request #2380:
URL: https://github.com/apache/hive/pull/2380#issuecomment-903354334


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 640560)
    Time Spent: 1h 20m  (was: 1h 10m)

> Removing deprecated unix_timestamp UDF
> --------------------------------------
>
>                 Key: HIVE-25233
>                 URL: https://issues.apache.org/jira/browse/HIVE-25233
>             Project: Hive
>          Issue Type: Task
>          Components: UDF
>    Affects Versions: All Versions
>            Reporter: Ashish Sharma
>            Assignee: Ashish Sharma
>            Priority: Trivial
>              Labels: pull-request-available
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Description
> Since unix_timestamp() UDF was deprecated as part of https://issues.apache.org/jira/browse/HIVE-10728. Internal GenericUDFUnixTimeStamp extend GenericUDFToUnixTimeStamp and call to_utc_timestamp() for unix_timestamp(string date) & unix_timestamp(string date, string pattern).
> unix_timestamp()   => CURRENT_TIMESTAMP
> unix_timestamp(string date) => to_unix_timestamp()
> unix_timestamp(string date, string pattern) => to_unix_timestamp()
> We should clean up unix_timestamp() and points to to_unix_timestamp()
>    



--
This message was sent by Atlassian Jira
(v8.3.4#803005)