----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59726/ -----------------------------------------------------------
(Updated June 6, 2017, 12:54 a.m.) Review request for hive and Jason Dere. Changes ------- Added exceptions. If a hint fails to create an edge, it should throw. Bugs: HIVE-16804 https://issues.apache.org/jira/browse/HIVE-16804 Repository: hive-git Description ------- Currently the semijoin hint takes source table input. However, to provide better control, also provide the target table name in hint. The Target field is added as a mandatory parameter. Diffs (updated) ----- ql/src/java/org/apache/hadoop/hive/ql/optimizer/DynamicPartitionPruningOptimization.java 8a62982e1e ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java d514644da0 ql/src/java/org/apache/hadoop/hive/ql/parse/SemiJoinHint.java f7fd306a2c ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java 7e156f610a ql/src/test/queries/clientpositive/semijoin_hint.q 71fa445ec8 ql/src/test/results/clientpositive/llap/semijoin_hint.q.out ae9bf9bd8b Diff: https://reviews.apache.org/r/59726/diff/2/ Changes: https://reviews.apache.org/r/59726/diff/1-2/ Testing ------- Thanks, Deepak Jaiswal