You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2016/01/23 21:09:39 UTC

[jira] [Updated] (PHOENIX-2474) Cannot round to a negative precision (to the left of the decimal)

     [ https://issues.apache.org/jira/browse/PHOENIX-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Taylor updated PHOENIX-2474:
----------------------------------
    Labels: function newbie phoenix  (was: function phoenix)

> Cannot round to a negative precision (to the left of the decimal)
> -----------------------------------------------------------------
>
>                 Key: PHOENIX-2474
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2474
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.6.0
>            Reporter: Kevin Liew
>              Labels: function, newbie, phoenix
>
> Query:
> {noformat}select ROUND(444.44, -2){noformat}
> Expected result:
> {noformat}400{noformat}
> Actual result:
> {noformat}444.44{noformat}



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