Describe the enhancement requested
Go package names are embedded in Flight.proto and FlightSql.proto:
|
option go_package = "github.com/apache/arrow/go/arrow/flight/gen/flight"; |
|
option go_package = "github.com/apache/arrow/go/arrow/flight/gen/flight"; |
We're migrating go/ to apache/arrow-go. So we need to update them.
See also: apache/arrow-go#89
Component(s)
FlightRPC, Format, Go