----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66370/ -----------------------------------------------------------
(Updated Июнь 26, 2018, 4:43 п.п.) Review request for hive, Ashutosh Chauhan and Vineet Garg. Bugs: HIVE-18725 https://issues.apache.org/jira/browse/HIVE-18725 Repository: hive-git Description ------- If there is a column reference within subquery which doesn't exist Hive throws misleading error message. Diffs (updated) ----- ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CalciteSubquerySemanticException.java 4321a5c789 ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CalciteViewSemanticException.java c2a4e94a03 ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java e091f38bc6 ql/src/test/queries/clientnegative/subquery_non_exisiting_column.q PRE-CREATION ql/src/test/results/clientnegative/subquery_non_exisiting_column.q.out PRE-CREATION Diff: https://reviews.apache.org/r/66370/diff/4/ Changes: https://reviews.apache.org/r/66370/diff/3-4/ Testing ------- Thanks, Igor Kryvenko