-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20878/
-----------------------------------------------------------

Review request for Tajo.


Bugs: TAJO-807
    https://issues.apache.org/jira/browse/TAJO-807


Repository: tajo


Description
-------

round to s decimal places
ex) select round(42.4382, 2); --> 42.44
select round(round(425, 2) --> 425.0


Diffs
-----

  tajo-core/src/main/java/org/apache/tajo/engine/function/math/RoundFloat.java 
PRE-CREATION 
  
tajo-core/src/test/java/org/apache/tajo/engine/function/TestMathFunctions.java 
09f7f68 

Diff: https://reviews.apache.org/r/20878/diff/


Testing
-------

mvn clean install is OK.


Thanks,

Seungun Choe

Reply via email to