GitHub user staple opened a pull request:
https://github.com/apache/spark/pull/1592
[SPARK-2314][SQL] Override collect and take in python library, and count in
java library, with optimized versions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/staple/spark SPARK-2314
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1592.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1592
----
commit 3c9b0503702f99d75930b3528ef848780752f39e
Author: Aaron Staple <[email protected]>
Date: 2014-07-25T19:07:16Z
Move JavaStackTrace from rdd.py to context.py
commit 3de657ea74906c7ee5ef7ad7c042174f07bb5646
Author: Aaron Staple <[email protected]>
Date: 2014-07-25T19:07:16Z
[SPARK-2314][SQL] Override collect and take in sql.py, forwarding to
SchemaRDD's collect.
commit 6b5c30dcb714841d65b396f060f0cc557a40bf43
Author: Aaron Staple <[email protected]>
Date: 2014-07-25T19:07:17Z
Fix comment typos.
commit 3f08cf220e10b9f490c00c0e3b2a1fa4bac17c9d
Author: Aaron Staple <[email protected]>
Date: 2014-07-25T19:07:17Z
[SPARK-2314][SQL] Override count in JavaSchemaRDD, forwarding to
SchemaRDD's count.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---