Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20838#discussion_r175000904
--- Diff: dev/create-release/releaseutils.py ---
@@ -49,6 +49,11 @@
print("Install using 'sudo pip install unidecode'")
sys.exit(-1)
+try:
+ raw_input # Python 2
--- End diff --
Shall we keep this consistent for now? There are a hell of a lot things to
fix in PySpark in that way.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]