[
https://issues.apache.org/jira/browse/ARROW-17518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-17518:
-----------------------------------
Labels: pull-request-available (was: )
> [CI][Docs][Python] Development version is not correctly detected from git
> -------------------------------------------------------------------------
>
> Key: ARROW-17518
> URL: https://issues.apache.org/jira/browse/ARROW-17518
> Project: Apache Arrow
> Issue Type: Bug
> Components: Continuous Integration, Documentation, Python
> Reporter: Raúl Cumplido
> Assignee: Raúl Cumplido
> Priority: Major
> Labels: pull-request-available
> Attachments: image-2022-08-24-18-32-00-888.png
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The current glob used on our git commands to detect the development version
> is not correct and can be seen on the published docs:
> !image-2022-08-24-18-32-00-888.png!
> Reproduced on bash:
> {code:java}
> $ git describe --dirty --tags --long
> apache-arrow-10.0.0.dev-113-g28b81ec-dirty
> $ git describe --dirty --tags --long --match "apache-arrow-[0-9].*"
> apache-arrow-9.0.0.dev-640-g28b81ec-dirty {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)