Zoltan Ivanfi created PARQUET-1156:
--------------------------------------
Summary: 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
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 that should be checked as well. In
fact, the script shouldn't even ask for {{JIRA_USERNAME}} and {{JIRA_PASSWORD}}
if {{jira.client}} is not available.
* Even if one has {{jira.client}} installed, the script fails when one follows
the [instructions|https://parquet.apache.org/contribute/], because the
instructions specify a remote named {{github-apache}} but the script tries to
use {{apache-github}}. Either the instructions or the script should be updated.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)