Skip to content

Commit 2f402d5

Browse files
committed
Removed TODO
1 parent 17474f4 commit 2f402d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/rdd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,6 @@ def mapValues(self, f):
13231323
map_values_fn = lambda (k, v): (k, f(v))
13241324
return self.map(map_values_fn, preservesPartitioning=True)
13251325

1326-
# TODO: support varargs cogroup of several RDDs.
13271326
def groupWith(self, other, *others):
13281327
"""
13291328
Alias for cogroup.

0 commit comments

Comments
 (0)