spark git commit: [SPARK-9729] [SPARK-9363] [SQL] Use sort merge join for left and right outer join

2015-08-10 Thread rxin
Repository: spark Updated Branches: refs/heads/master 071bbad5d - 91e9389f3 [SPARK-9729] [SPARK-9363] [SQL] Use sort merge join for left and right outer join This patch adds a new `SortMergeOuterJoin` operator that performs left and right outer joins using sort merge join. It also

spark git commit: [SPARK-9729] [SPARK-9363] [SQL] Use sort merge join for left and right outer join

2015-08-10 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 01efa4f27 - f9beef998 [SPARK-9729] [SPARK-9363] [SQL] Use sort merge join for left and right outer join This patch adds a new `SortMergeOuterJoin` operator that performs left and right outer joins using sort merge join. It also