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

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

    [ https://issues.apache.org/jira/browse/ARROW-17680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603052#comment-17603052 ] 

David Li commented on ARROW-17680:
----------------------------------

You need to update the Jira package version/clear and reinstall the dependencies of the merge script

> [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
>            Priority: Major
>
> 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)