[
https://issues.apache.org/jira/browse/ARROW-16165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Keane resolved ARROW-16165.
------------------------------------
Resolution: Fixed
Issue resolved by pull request 12862
[https://github.com/apache/arrow/pull/12862]
> [CI][Archery] Fix archery crossbow query to fix nightly builds
> --------------------------------------------------------------
>
> Key: ARROW-16165
> URL: https://issues.apache.org/jira/browse/ARROW-16165
> Project: Apache Arrow
> Issue Type: Bug
> Components: Continuous Integration, Developer Tools
> Reporter: Raúl Cumplido
> Assignee: Raúl Cumplido
> Priority: Major
> Labels: pull-request-available
> Fix For: 8.0.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Nightly reports are currently failing
> ([https://github.com/ursacomputing/crossbow/runs/5840285120?check_suite_focus=true)]
> due to the following error from archery crossbbow:
> {code:java}
> File
> "/home/runner/work/crossbow/crossbow/arrow/dev/archery/archery/crossbow/cli.py",
> line 237, in latest_prefix
> latest = queue.latest_for_prefix(prefix)
> File
> "/home/runner/work/crossbow/crossbow/arrow/dev/archery/archery/crossbow/core.py",
> line 568, in latest_for_prefix
> latest_id += "-0"
> TypeError: unsupported operand type(s) for +=: 'int' and 'str'
> Error: Process completed with exit code 1. {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)