-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26892/
-----------------------------------------------------------
(Updated Oct. 18, 2014, 6:10 p.m.)
Review request for hive and Sergey Shelukhin.
Changes
-------
Addressed Sergey's comments.
Bugs: HIVE-8492
https://issues.apache.org/jira/browse/HIVE-8492
Repository: hive-git
Description
-------
Enhance Constant Folding to propagate constants for simple expressions
Diffs (updated)
-----
ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java b94f790
ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagateProcFactory.java
b1d2ba4
ql/src/test/queries/clientpositive/constprog2.q 72ce5a3
ql/src/test/results/clientpositive/constprog2.q.out 148d95b
Diff: https://reviews.apache.org/r/26892/diff/
Testing
-------
Added new test
Thanks,
Ashutosh Chauhan