You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2018/08/14 17:46:00 UTC

[jira] [Created] (HIVE-20385) Date: date + int fails to add days

Gopal V created HIVE-20385:
------------------------------

             Summary: Date: date + int fails to add days
                 Key: HIVE-20385
                 URL: https://issues.apache.org/jira/browse/HIVE-20385
             Project: Hive
          Issue Type: Bug
          Components: Types
    Affects Versions: 4.0.0
            Reporter: Gopal V


{code}
select current_date + 5;

FAILED: SemanticException [Error 10014]: Line 1:7 Wrong arguments '5': No matching method for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPDTIPlus with (date, int)
{code}

This works in Postgres 9.6 - http://sqlfiddle.com/#!17/9eecb/19253/0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)