spark git commit: [SPARK-17698][SQL] Join predicates should not contain filter clauses

2016-10-22 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 b959dab32 -> 3d5878751 [SPARK-17698][SQL] Join predicates should not contain filter clauses ## What changes were proposed in this pull request? This is a backport of https://github.com/apache/spark/pull/15272 to 2.0 branch. Jira :

spark git commit: [SPARK-17698][SQL] Join predicates should not contain filter clauses

2016-10-20 Thread rxin
Repository: spark Updated Branches: refs/heads/master e895bc254 -> fb0894b3a [SPARK-17698][SQL] Join predicates should not contain filter clauses ## What changes were proposed in this pull request? Jira : https://issues.apache.org/jira/browse/SPARK-17698 `ExtractEquiJoinKeys` is incorrectly