----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/702/ -----------------------------------------------------------
Review request for hive. Summary ------- Escape '_' and '%' in the LIKE operands. This addresses bug HIVE-2153. https://issues.apache.org/jira/browse/HIVE-2153 Diffs ----- trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 1101220 trunk/ql/src/java/org/apache/hadoop/hive/ql/stats/jdbc/JDBCStatsAggregator.java 1101220 Diff: https://reviews.apache.org/r/702/diff Testing ------- passed the stats test suite, also tested it manually on mysql in addition to derby. Thanks, Ning