----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26891/ -----------------------------------------------------------
(Updated Oct. 19, 2014, 5:40 p.m.) Review request for hive and Sergey Shelukhin. Changes ------- address [~julianhyde]'s comments about "equals" Repository: hive-git Description ------- previous https://issues.apache.org/jira/browse/HIVE-8389 assumes that we have predicate: ((UDFToDouble(key) > UDFToDouble(80)) and (UDFToDouble(key) < UDFToDouble(100))) for example. This does not work for the case when we have predicate: ((UDFToDouble(key) > 80.0) and (UDFToDouble(key) < 100.0)) Diffs (updated) ----- ql/src/java/org/apache/hadoop/hive/ql/index/IndexPredicateAnalyzer.java 4987f7a Diff: https://reviews.apache.org/r/26891/diff/ Testing ------- Thanks, pengcheng xiong