raulcd opened a new pull request, #44813: URL: https://github.com/apache/arrow/pull/44813
### Rationale for this change `arrow::util::span` (a backport of C++20 `std::span`) is more generally applicable than `std::vector`, so any public API currently accepting a vector const-ref argument should instead accept a span argument. ### What changes are included in this PR? `BooleanBuilder` accepts `arrow::util::span` instead of `std::vector` on its API ### Are these changes tested? Via CI ### Are there any user-facing changes? Yes, from std::vector<T>& to arrow::util::span<T>. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
