Raúl Cumplido created ARROW-16165:
-------------------------------------
Summary: [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
Fix For: 8.0.0
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)