Commits


Felipe Oliveira Carvalho authored and GitHub committed 2101844ca78
GH-43429: [C++][FlightRPC] Fix Flight UCX build issues (#43430) ### Rationale for this change Fixing compilation errors. ### What changes are included in this PR? - Casts of integer types - Fixing the name of functions (these mistakes weren't caught because UCX is not built on CI) ### Are these changes tested? Locally by building and running `arrow-flight-transport-ucx-test`. * GitHub Issue: #43429 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>