You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Alexander Pivovarov <ap...@gmail.com> on 2015/04/08 23:44:14 UTC

Review Request 32989: HIVE-5162 Add mod(a, b) semantic for modular function

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

Review request for hive and Jason Dere.


Bugs: HIVE-5162
    https://issues.apache.org/jira/browse/HIVE-5162


Repository: hive-git


Description
-------

HIVE-5162 Add mod(a, b) semantic for modular function


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java 8e1b98bd23a2474af903383c27ea970906bc55d1 
  ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFMod.java PRE-CREATION 
  ql/src/test/queries/clientpositive/udf_mod.q PRE-CREATION 
  ql/src/test/results/clientpositive/show_functions.q.out cb54c6f7e66bdf707029048cde34a250dd4a86b1 
  ql/src/test/results/clientpositive/udf_mod.q.out PRE-CREATION 

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


Testing
-------


Thanks,

Alexander Pivovarov