[spark] Git Push Summary

2015-12-27 Thread marmbrus
Repository: spark Updated Tags: refs/tags/v1.6.0-rc4 [deleted] 4062cda30 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[spark] Git Push Summary

2015-12-27 Thread marmbrus
Repository: spark Updated Tags: refs/tags/v1.6.0 [created] 4062cda30 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

spark git commit: [SPARK-12520] [PYSPARK] Correct Descriptions and Add Use Cases in Equi-Join

2015-12-27 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.6 865dd8bcc -> b8da77ef7 [SPARK-12520] [PYSPARK] Correct Descriptions and Add Use Cases in Equi-Join After reading the JIRA https://issues.apache.org/jira/browse/SPARK-12520, I double checked the code. For example, users can do the

spark git commit: [SPARK-12520] [PYSPARK] Correct Descriptions and Add Use Cases in Equi-Join

2015-12-27 Thread davies
Repository: spark Updated Branches: refs/heads/master 1e9781395 -> 9ab296ecd [SPARK-12520] [PYSPARK] Correct Descriptions and Add Use Cases in Equi-Join After reading the JIRA https://issues.apache.org/jira/browse/SPARK-12520, I double checked the code. For example, users can do the

spark git commit: [SPARK-12520] [PYSPARK] [1.5] Ensure the join type is `inner` for equi-Join.

2015-12-27 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.5 86161a4f7 -> 42286feb6 [SPARK-12520] [PYSPARK] [1.5] Ensure the join type is `inner` for equi-Join. This PR is to add `assert` to ensure the join type is `inner` for equi-Join. JIRA: https://issues.apache.org/jira/browse/SPARK-12520