You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Nicola Crane (Jira)" <ji...@apache.org> on 2022/09/12 09:35:00 UTC

[jira] [Created] (ARROW-17680) [Dev] More descriptive error output in merge script

Nicola Crane created ARROW-17680:
------------------------------------

             Summary: [Dev] More descriptive error output in merge script
                 Key: ARROW-17680
                 URL: https://issues.apache.org/jira/browse/ARROW-17680
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Developer Tools
            Reporter: Nicola Crane


I've just updated to the newer version of the merge script, and something is going wrong; however, the error message I'm getting isn't super-helpful for working out what's happened: 

{code:java}
  File "/home/nic2/arrow_for_merging_prs_only/dev/merge_arrow_pr.py", line 539, in connect_jira
    return jira.client.JIRA(options={'server': JIRA_API_BASE},
TypeError: __init__() got an unexpected keyword argument 'token_auth'
{code}

Is there some object we could just dump the output of, in cases of failure, so it provides a few more hints to work out what's gone wrong?  




--
This message was sent by Atlassian Jira
(v8.20.10#820010)