-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARROW-17518: [CI][Doc][Python] Update glob to detect arrow development version from git #13966
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for finding the issue @raulcd !
Can you mark this PR ready?
Also, can you please rebase to get a passing AppVeyor build? |
…t version from git
As it can be seen on the builds: https://github.com/apache/arrow/runs/8010907934?check_suite_focus=true#step:6:1322 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for diagnosing and fixing this @raulcd :-)
Benchmark runs are scheduled for baseline = dd0988b and contender = f2bac9b. f2bac9b is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
['Python', 'R'] benchmarks have high level of regressions. |
…t version from git (apache#13966) Reproduced locally: ``` $ git describe --dirty --tags --long --match "apache-arrow-[0-9].*" apache-arrow-9.0.0.dev-641-g0d5bb92-dirty $ git describe --dirty --tags --long --match "apache-arrow-[0-9]*.*" apache-arrow-10.0.0.dev-114-g0d5bb92-dirty ``` Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
…t version from git (apache#13966) Reproduced locally: ``` $ git describe --dirty --tags --long --match "apache-arrow-[0-9].*" apache-arrow-9.0.0.dev-641-g0d5bb92-dirty $ git describe --dirty --tags --long --match "apache-arrow-[0-9]*.*" apache-arrow-10.0.0.dev-114-g0d5bb92-dirty ``` Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
…t version from git (apache#13966) Reproduced locally: ``` $ git describe --dirty --tags --long --match "apache-arrow-[0-9].*" apache-arrow-9.0.0.dev-641-g0d5bb92-dirty $ git describe --dirty --tags --long --match "apache-arrow-[0-9]*.*" apache-arrow-10.0.0.dev-114-g0d5bb92-dirty ``` Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Reproduced locally: