jorisvandenbossche commented on code in PR #13165: URL: https://github.com/apache/arrow/pull/13165#discussion_r876803516
########## dev/archery/archery/crossbow/reports.py: ########## @@ -30,6 +30,17 @@ # TODO(kszucs): use archery.report.JinjaReport instead class Report: + ROW_HEADERS = [ + "Task name", Review Comment: We could also use names like `"task_name"` instead (lowercase, no spaces), which are generally easier to use when afterwards playing with the data with pandas or R or something alike -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org