pitrou commented on PR #44739: URL: https://github.com/apache/arrow/pull/44739#issuecomment-3031202072
Oops, it seems one our CI setups doesn't like `std::basic_string_view<uint8_t>`... https://github.com/apache/arrow/actions/runs/16043863615/job/45271747332?pr=44739#step:7:1125 Perhaps we should use `arrow::util::span<const uint8_t>` instead. (`arrow::util::span` is a backport of `std::span`). -- 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