Skip to content

Commit b863cc9

Browse files
committed
python 3 import reduce from functools
1 parent 6e463fd commit b863cc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/sql/context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import sys
1919
import warnings
2020
import json
21+
from functools import reduce
2122

2223
if sys.version >= '3':
2324
basestring = unicode = str

0 commit comments

Comments
 (0)