----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16008/ -----------------------------------------------------------
Review request for hive. Bugs: HIVE-5872 https://issues.apache.org/jira/browse/HIVE-5872 Repository: hive-git Description ------- Main changes: avg() function will return a decimal type with 4 more decimal digits than the input (in line with MySQL). sum() function will return a decimal type with 10 more integer digits than the input (can accommodate at least 10b rows). Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFAverage.java fc9eedb ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFSum.java 69d9087 ql/src/test/queries/clientpositive/decimal_precision.q 1b15282 ql/src/test/queries/clientpositive/decimal_udf.q caa7428 ql/src/test/results/clientpositive/decimal_precision.q.out 530314f ql/src/test/results/clientpositive/decimal_udf.q.out 95d4e22 serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/LazyBinarySerDe.java 18032d3 Diff: https://reviews.apache.org/r/16008/diff/ Testing ------- More tests are added. Existing test output are modified accordingly. Thanks, Xuefu Zhang