You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2021/02/26 08:37:00 UTC

[jira] [Created] (SPARK-34551) generate-contributors.py, releaseutils.py and translate-contributors.py are broken

Hyukjin Kwon created SPARK-34551:
------------------------------------

             Summary: generate-contributors.py, releaseutils.py and translate-contributors.py are broken
                 Key: SPARK-34551
                 URL: https://issues.apache.org/jira/browse/SPARK-34551
             Project: Spark
          Issue Type: Bug
          Components: Project Infra
    Affects Versions: 3.2.0
            Reporter: Hyukjin Kwon


This is broken after SPARK-32719. {{raw_input}} does not exist in {{releaseutils}} but in Python 2:

{code}
Traceback (most recent call last):
  File "dev/create-release/generate-contributors.py", line 25, in <module>
    from releaseutils import tag_exists, raw_input, get_commits, yesOrNoPrompt, get_date, \
ImportError: cannot import name 'raw_input' from 'releaseutils' (/.../spark/dev/create-release/releaseutils.py)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org