This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from f6afc33a9e GH-37993: [CI] Fix conda-integration build (#37990)
add 92de9a3028 GH-37635: [Format][C++][Go] Add app_metadata to FlightInfo
and FlightEndpoint (#37679)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/flight_internals_test.cc | 69 +--
.../integration_tests/flight_integration_test.cc | 4 +
.../flight/integration_tests/test_integration.cc | 61 +++
cpp/src/arrow/flight/perf_server.cc | 2 +-
cpp/src/arrow/flight/serialization_internal.cc | 4 +
cpp/src/arrow/flight/sql/server.cc | 2 +-
cpp/src/arrow/flight/test_util.cc | 26 +-
cpp/src/arrow/flight/test_util.h | 3 +-
cpp/src/arrow/flight/types.cc | 11 +-
cpp/src/arrow/flight/types.h | 10 +-
dev/archery/archery/integration/runner.py | 5 +
format/Flight.proto | 22 +
go/arrow/array/numericbuilder.gen.go | 28 +-
go/arrow/flight/gen.go | 2 +-
go/arrow/flight/gen/flight/Flight.pb.go | 328 +++++++-----
go/arrow/flight/gen/flight/FlightSql.pb.go | 564 ++++++++++++---------
go/arrow/flight/gen/flight/Flight_grpc.pb.go | 48 +-
go/arrow/internal/flight_integration/scenario.go | 64 ++-
18 files changed, 803 insertions(+), 450 deletions(-)