spark git commit: [SPARK-17244] Catalyst should not pushdown non-deterministic join conditions

2016-08-26 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-2.0 dfdfc3092 -> 9c0ac6b53 [SPARK-17244] Catalyst should not pushdown non-deterministic join conditions ## What changes were proposed in this pull request? Given that non-deterministic expressions can be stateful, pushing them down the

spark git commit: [SPARK-17244] Catalyst should not pushdown non-deterministic join conditions

2016-08-26 Thread yhuai
Repository: spark Updated Branches: refs/heads/master f64a1ddd0 -> 540e91280 [SPARK-17244] Catalyst should not pushdown non-deterministic join conditions ## What changes were proposed in this pull request? Given that non-deterministic expressions can be stateful, pushing them down the query