----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58181/ -----------------------------------------------------------
(Updated April 12, 2017, 12:14 a.m.) Review request for hive, Ashutosh Chauhan, Jesús Camacho Rodríguez, and Pengcheng Xu. Changes ------- Adding grammar rules to rewrite 'is distinct from' into 'not <=>' instead of adding new tokens Bugs: HIVE-15986 https://issues.apache.org/jira/browse/HIVE-15986 Repository: hive-git Description ------- This patch adds support for 'is distinct from' and 'is not distinct from'. Diffs (updated) ----- itests/src/test/resources/testconfiguration.properties fb85b9ece2 ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/translator/SqlFunctionConverter.java 85450c999f ql/src/java/org/apache/hadoop/hive/ql/parse/IdentifiersParser.g 8c4ee8a38b ql/src/java/org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.java f979c1432e ql/src/test/queries/clientpositive/is_distinct_from.q PRE-CREATION ql/src/test/results/clientpositive/llap/is_distinct_from.q.out PRE-CREATION Diff: https://reviews.apache.org/r/58181/diff/5/ Changes: https://reviews.apache.org/r/58181/diff/4-5/ Testing ------- Added new tests Pre-commit testing Thanks, Vineet Garg