spark git commit: [SPARK-9241][SQL] Supporting multiple DISTINCT columns - follow-up

2015-11-07 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 2ff0e79a8 -> ef362846e [SPARK-9241][SQL] Supporting multiple DISTINCT columns - follow-up This PR is a follow up for PR https://github.com/apache/spark/pull/9406. It adds more documentation to the rewriting rule, removes a redundant if

spark git commit: [SPARK-9241][SQL] Supporting multiple DISTINCT columns - follow-up

2015-11-07 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.6 aede729a9 -> 696d4a52d [SPARK-9241][SQL] Supporting multiple DISTINCT columns - follow-up This PR is a follow up for PR https://github.com/apache/spark/pull/9406. It adds more documentation to the rewriting rule, removes a redundant

spark git commit: [SPARK-11362] [SQL] Use Spark BitSet in BroadcastNestedLoopJoin

2015-11-07 Thread davies
Repository: spark Updated Branches: refs/heads/master ef362846e -> 4b69a42ed [SPARK-11362] [SQL] Use Spark BitSet in BroadcastNestedLoopJoin JIRA: https://issues.apache.org/jira/browse/SPARK-11362 We use scala.collection.mutable.BitSet in BroadcastNestedLoopJoin now. We should use Spark's