This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 9b4c97242b GH-32949: [Go] REE Array IPC read/write (#14223)
add 2b661bad06 GH-33935: [Go][FlightRPC] Implement Flight SQL extensions
(#34039)
No new revisions were added by this update.
Summary of changes:
.github/workflows/go.yml | 14 +-
dev/archery/archery/integration/runner.py | 2 +-
go/arrow/flight/flightsql/client.go | 590 ++++-
go/arrow/flight/flightsql/client_test.go | 9 +-
go/arrow/flight/flightsql/server.go | 369 ++-
go/arrow/flight/flightsql/server_test.go | 2 +-
go/arrow/flight/flightsql/sqlite_server_test.go | 8 +-
go/arrow/flight/flightsql/types.go | 113 +-
go/arrow/flight/internal/flight/FlightSql.pb.go | 2610 ++++++++++++++++------
go/arrow/internal/flight_integration/scenario.go | 816 ++++++-
10 files changed, 3747 insertions(+), 786 deletions(-)