You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Chinna Rao Lalam (JIRA)" <ji...@apache.org> on 2016/12/01 06:45:58 UTC

[jira] [Created] (HIVE-15324) Enable round() function to accept scale argument as non-constants

Chinna Rao Lalam created HIVE-15324:
---------------------------------------

             Summary: Enable round() function to accept scale argument as non-constants
                 Key: HIVE-15324
                 URL: https://issues.apache.org/jira/browse/HIVE-15324
             Project: Hive
          Issue Type: Bug
          Components: UDF
            Reporter: Chinna Rao Lalam
            Assignee: Chinna Rao Lalam


round() function should accept  scale argument as non-constants, it will enable queries like: 
{quote}
create table sampletable(c double, d int);
select round(c,d) from sampletable;
{quote}



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