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



ant/src/org/apache/hadoop/hive/ant/GenVectorCode.java (line 756)
<https://reviews.apache.org/r/35902/#comment143291>

    If you're going to add a vectorized version of the function, can you add a 
q-file test to test the vectorized bround()?



ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/MathExpr.java 
(line 38)
<https://reviews.apache.org/r/35902/#comment143290>

    Can you add a JUnit test somewhere to test that the behavior of 
MathExpr.bround(x) == RoundUtils.bround(x, 0)?


- Jason Dere


On June 26, 2015, 2:19 a.m., Alexander Pivovarov wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/35902/
> -----------------------------------------------------------
> 
> (Updated June 26, 2015, 2:19 a.m.)
> 
> 
> Review request for hive and Jason Dere.
> 
> 
> Bugs: HIVE-11103
>     https://issues.apache.org/jira/browse/HIVE-11103
> 
> 
> Repository: hive-git
> 
> 
> Description
> -------
> 
> HIVE-11103 Add banker's rounding BROUND UDF
> 
> 
> Diffs
> -----
> 
>   ant/src/org/apache/hadoop/hive/ant/GenVectorCode.java 
> 6485a2ac5f12dbdba7bdf4d17ba18ad054c6f73b 
>   common/src/java/org/apache/hadoop/hive/common/type/HiveDecimal.java 
> a8215f29aed3a0399ec274cc311a3c92e0cca55b 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java 
> fabc21e2092561cbf98c35a406e4ee40e71fe1de 
>   
> ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/BRoundWithNumDigitsDoubleToDouble.java
>  PRE-CREATION 
>   
> ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/DecimalUtil.java
>  ef800596deed612b525ed3371b196f275ad88e09 
>   
> ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/FuncBRoundWithNumDigitsDecimalToDecimal.java
>  PRE-CREATION 
>   
> ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/FuncRoundWithNumDigitsDecimalToDecimal.java
>  9f3e8a3fcacb17990c6644a67cf587ae9948adad 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/MathExpr.java 
> aef923e2c362a8d15b8dcc3467aef01a862c205c 
>   ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFBRound.java 
> PRE-CREATION 
>   ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFRound.java 
> 963e4a87c417798f95bb1490a4275339a61e869c 
>   ql/src/java/org/apache/hadoop/hive/ql/udf/generic/RoundUtils.java 
> 0b389a5783fa2cf6643919c411ee57a7ed873d84 
>   ql/src/test/org/apache/hadoop/hive/ql/udf/generic/TestGenericUDFBRound.java 
> PRE-CREATION 
>   ql/src/test/queries/clientpositive/udf_bround.q PRE-CREATION 
>   ql/src/test/results/clientpositive/show_functions.q.out 
> 5de4ffcd1ace477af026b83fb7bfb8068fc192b3 
>   ql/src/test/results/clientpositive/udf_bround.q.out PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/35902/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Alexander Pivovarov
> 
>

Reply via email to