[
https://issues.apache.org/jira/browse/TAJO-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13995414#comment-13995414
]
Hudson commented on TAJO-807:
-----------------------------
SUCCESS: Integrated in Tajo-master-build #218 (See
[https://builds.apache.org/job/Tajo-master-build/218/])
TAJO-807: Implement Round(numeric, int) function. (Seungun Choe via hyunsik)
(hyunsik: rev ad53ffeac5ee5c6b9f5b33ca45bb0c38490a8b95)
* tajo-core/src/test/java/org/apache/tajo/engine/function/TestMathFunctions.java
* tajo-core/src/main/java/org/apache/tajo/engine/function/math/RoundFloat8.java
* CHANGES
> Implement Round(numeric, int) function.
> ---------------------------------------
>
> Key: TAJO-807
> URL: https://issues.apache.org/jira/browse/TAJO-807
> Project: Tajo
> Issue Type: Improvement
> Reporter: Seungun Choe
> Assignee: Seungun Choe
> Priority: Minor
> Fix For: 0.9.0
>
> Attachments: TAJO-807.patch, TAJO-807.patch
>
>
> round to s decimal places
> ex) select round(42.4382, 2); --> 42.44
> select round(round(425, 2) --> 425.0
--
This message was sent by Atlassian JIRA
(v6.2#6252)