Github user linbojin commented on the issue:
https://github.com/apache/spark/pull/16276
@rxin Thx, I just deep dive into spark, I hope i can try to contribute more
impactful things later ð . I will close this one. @srowen I tried out your
idea that i created `TraversableRDDFunctions` file and `implicit def
rddToTraversableRDDFunctions[U](rdd: RDD[TraversableRDDFunctions[U]])` inside
RDD object. It's not very complex, but the problem is class RDD is
**invariant** so that it's hard to make this method generic.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]