You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/06/23 11:13:00 UTC

[jira] [Updated] (ARROW-16892) [Release][Dev] Merge script is wrongly selecting 10.0.0 version over 9.0.0

     [ https://issues.apache.org/jira/browse/ARROW-16892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raúl Cumplido updated ARROW-16892:
----------------------------------
    Summary: [Release][Dev] Merge script is wrongly selecting 10.0.0 version over 9.0.0  (was: [Release][Dev] Merge script is wrongly selecting 10.0.0 release over 9.0.0)

> [Release][Dev] Merge script is wrongly selecting 10.0.0 version over 9.0.0
> --------------------------------------------------------------------------
>
>                 Key: ARROW-16892
>                 URL: https://issues.apache.org/jira/browse/ARROW-16892
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Developer Tools
>    Affects Versions: 9.0.0
>            Reporter: Raúl Cumplido
>            Assignee: Raúl Cumplido
>            Priority: Critical
>             Fix For: 9.0.0
>
>
> We created yesterday a new version 10.0.0 on Jira but the merge script started suggesting the wrong version:
> {code:java}
> Enter comma-separated fix version(s) [10.0.0]:   {code}
> The version has been temporarily removed from Jira to avoid mistakes.
> The problem is on the sorting we do on the merge_script when selecting the release:
> {code:java}
> unreleased_versions = sorted(unreleased_versions,
>                                      key=lambda x: x.name, reverse=True) {code}
> Once the fix is in place we can create the Release 10.0.0 again.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)