git commit: [SPARK-2076][SQL] Pushdown the join filter & predication for outer join

2014-06-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.0 5bc186dc7 -> f397ffbdf [SPARK-2076][SQL] Pushdown the join filter & predication for outer join As the rule described in https://cwiki.apache.org/confluence/display/Hive/OuterJoinBehavior, we can optimize the SQL Join by pushing down t

git commit: [SPARK-2076][SQL] Pushdown the join filter & predication for outer join

2014-06-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 884ca718b -> db0c038a6 [SPARK-2076][SQL] Pushdown the join filter & predication for outer join As the rule described in https://cwiki.apache.org/confluence/display/Hive/OuterJoinBehavior, we can optimize the SQL Join by pushing down the J