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
python 3 import reduce from functools
  • Loading branch information
holdenk committed Dec 12, 2015
commit b863cc93eb2a5ddbeaae2d2d2233530772e0f94c
1 change: 1 addition & 0 deletions python/pyspark/sql/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import sys
import warnings
import json
from functools import reduce

if sys.version >= '3':
basestring = unicode = str
Expand Down