spark git commit: [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LEFT ANTI join

2016-11-28 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 9f273c517 -> 38e29824d [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LEFT ANTI join ## What changes were proposed in this pull request? We currently push down join conditions of a Left Anti join to both sides

spark git commit: [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LEFT ANTI join

2016-11-28 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.1 a9d4febe9 -> 32b259fae [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LEFT ANTI join ## What changes were proposed in this pull request? We currently push down join conditions of a Left Anti join to both