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 0513097ca3 GH-36735 : Add `TimeUnit` and `TimeZone` to the
`arrow.type.TimestampType` display (#36871)
add 7c0451c71e GH-36893: [Go][Flight] Expose underlying protobuf
definitions (#36895)
No new revisions were added by this update.
Summary of changes:
dev/release/rat_exclude_files.txt | 3 +-
format/Flight.proto | 2 +-
format/FlightSql.proto | 2 +-
go/arrow/flight/client.go | 2 +-
go/arrow/flight/flightsql/client.go | 2 +-
go/arrow/flight/flightsql/client_test.go | 2 +-
go/arrow/flight/flightsql/server.go | 2 +-
go/arrow/flight/flightsql/server_test.go | 2 +-
go/arrow/flight/flightsql/types.go | 2 +-
go/arrow/flight/gen.go | 4 +-
.../flight/{internal => gen}/flight/Flight.pb.go | 71 ++-
.../{internal => gen}/flight/FlightSql.pb.go | 575 ++++++++++++---------
.../{internal => gen}/flight/Flight_grpc.pb.go | 46 +-
go/arrow/flight/server.go | 2 +-
14 files changed, 430 insertions(+), 287 deletions(-)
rename go/arrow/flight/{internal => gen}/flight/Flight.pb.go (98%)
rename go/arrow/flight/{internal => gen}/flight/FlightSql.pb.go (94%)
rename go/arrow/flight/{internal => gen}/flight/Flight_grpc.pb.go (93%)