You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jason Dere (JIRA)" <ji...@apache.org> on 2016/03/09 21:30:41 UTC

[jira] [Created] (HIVE-13248) Change date_add/date_sub/to_date functions to return Date type rather than String

Jason Dere created HIVE-13248:
---------------------------------

             Summary: Change date_add/date_sub/to_date functions to return Date type rather than String
                 Key: HIVE-13248
                 URL: https://issues.apache.org/jira/browse/HIVE-13248
             Project: Hive
          Issue Type: Bug
          Components: UDF
            Reporter: Jason Dere
            Assignee: Jason Dere


Some of the original "date" related functions return string values rather than Date values, because they were created before the Date type existed in Hive. We can try to change these to return Date in the 2.x line.

Date values should be implicitly convertible to String.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)