[
https://issues.apache.org/jira/browse/PARQUET-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zoltan Ivanfi reopened PARQUET-1156:
------------------------------------
Parquet-format has the same script, it needs to be updated as well.
> dev/merge_parquet_pr.py problems
> --------------------------------
>
> Key: PARQUET-1156
> URL: https://issues.apache.org/jira/browse/PARQUET-1156
> Project: Parquet
> Issue Type: Bug
> Reporter: Zoltan Ivanfi
> Assignee: Zoltan Ivanfi
>
> I have run into several issues while trying to run dev/merge_parquet_pr.py
> according to the [instructions|https://parquet.apache.org/contribute/]:
> * The optional import {{jira.client}} is only checked for the
> {{resolve_jira()}} call, but the script fails much earlier if {{jira.client}}
> is not available in {{check_jira()}}, so a check should be added there as
> well. In fact, the script shouldn't even ask for {{JIRA_USERNAME}} and
> {{JIRA_PASSWORD}} if {{jira.client}} is not available.
> * I had to issue {{pip install jira}} instead of {{pip install jira-python}}
> that was suggested by the script.
> * Once you have {{jira.client}} installed, the script still fails when
> following the [instructions|https://parquet.apache.org/contribute/], because
> the instructions specify a remote named {{github-apache}} but the script
> tries to use {{apache-github}} instead. Either the instructions or the script
> should be updated.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)