Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20838#discussion_r194292645
--- Diff: dev/merge_spark_pr.py ---
@@ -39,6 +39,9 @@
except ImportError:
JIRA_IMPORTED = False
+if sys.version_info[0] >= 3:
+ raw_input = input
--- End diff --
Does this script run with Python 3+ now?--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
