Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/2274#discussion_r17143237
--- Diff: python/pyspark/rdd.py ---
@@ -514,6 +514,30 @@ def __add__(self, other):
raise TypeError
return self.union(other)
+ def repartitionAndSortWithinPartition(self, ascending=True,
numPartitions=None,
--- End diff --
i'm tempted to either remove the python version first because as it is
implemented it doesn't provide any performance benefits when compared with what
users can also do.
---
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]