Commits


Raúl Cumplido authored and GitHub committed 164e18a45e6
GH-45079: [FlightRPC][C++] Deprecate InitializeFlightUcx before removing UCX (#45080) ### Rationale for this change We want to remove the UCX experiment as discussed on the issue: - https://github.com/apache/arrow/issues/43296 Based on the discussions of the PR removal we have decided to deprecate it before. ### What changes are included in this PR? Deprecation of InitializeFlightUcx ### Are these changes tested? No, I don't think we test `ARROW_WITH_UCX` on CI. ### Are there any user-facing changes? Yes, the PR deprecated Flight UCX * GitHub Issue: #45079 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>