----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26891/ -----------------------------------------------------------
Review request for hive and Sergey Shelukhin. 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 ----- ql/src/java/org/apache/hadoop/hive/ql/index/IndexPredicateAnalyzer.java 4987f7a Diff: https://reviews.apache.org/r/26891/diff/ Testing ------- Thanks, pengcheng xiong