This is an automated email from the ASF dual-hosted git repository.
felipecrv pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 3420c0db2f GH-43532: [Python] Remove usage of deprecated pkg_resources
in setup.py (#43602)
add ee3273e2b4 GH-43543: [FlightRPC][C++] Reduce the number of references
to protobuf::Any (#43544)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/flight_internals_test.cc | 5 +-
cpp/src/arrow/flight/serialization_internal.cc | 58 +++++++++-
cpp/src/arrow/flight/serialization_internal.h | 60 +++++++++-
cpp/src/arrow/flight/sql/client.cc | 125 +++++++--------------
cpp/src/arrow/flight/sql/client.h | 11 +-
cpp/src/arrow/flight/sql/server.cc | 69 ++++--------
cpp/src/arrow/flight/transport/grpc/grpc_client.cc | 6 +-
cpp/src/arrow/flight/types.cc | 20 +++-
cpp/src/arrow/flight/types.h | 27 +++--
9 files changed, 219 insertions(+), 162 deletions(-)