raulcd opened a new pull request, #49936: URL: https://github.com/apache/arrow/pull/49936
### Rationale for this change With the bump versions for gRPC/Protobuf/Abseil and others a bug was introduced where we build Abseil outside of resolve dependency. This caused to interpret Abseil as System dependency for Arrow Flight when it was bundled and failing to find it when trying to build PyArrow. ### What changes are included in this PR? Reorder resolve_dependency abseil to be done before resolving protobuf in order to not require manually building abseil. ### Are these changes tested? Yes via CI and archery ### Are there any user-facing changes? No -- 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]
