Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert change.
  • Loading branch information
advancedxy committed Sep 19, 2019
commit 42a9eb0caed3b3b693938dc6fb3480cbd1462998
2 changes: 1 addition & 1 deletion python/pyspark/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from pyspark.util import _get_argspec, fail_on_stopiteration
from pyspark import shuffle

if sys.version_info.major >= 3:
if sys.version >= '3':
basestring = str
else:
from itertools import imap as map # use iterator map by default
Expand Down