----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24630/ -----------------------------------------------------------
(Updated Aug. 23, 2014, 7:14 a.m.) Review request for hive, Brock Noland, Gunther Hagleitner, and Navis Ryu. Bugs: HIVE-7694 https://issues.apache.org/jira/browse/HIVE-7694 Repository: hive-git Description ------- For eg: If two tables T1 sorted by (a, b, c) clustered by a and T2 sorted by (a) and clustered by (a) are joined, an exception is seen as reported in https://issues.apache.org/jira/browse/HIVE-7694 Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractSMBJoinProc.java 0b7b1a3 ql/src/test/queries/clientpositive/sort_merge_join_desc_8.q PRE-CREATION ql/src/test/results/clientpositive/sort_merge_join_desc_8.q.out PRE-CREATION Diff: https://reviews.apache.org/r/24630/diff/ Testing ------- sort_merge_join_desc_8.q added for testing the above cases Thanks, Suma Shivaprasad