joellubi opened a new issue, #89: URL: https://github.com/apache/arrow-go/issues/89
[Flight](https://github.com/apache/arrow/blob/main/format/Flight.proto) and [FlightSql](https://github.com/apache/arrow/blob/main/format/FlightSql.proto) definitions are still in apache/arrow. The [go_package](https://github.com/apache/arrow/blob/main/format/Flight.proto#L23) name will need to be updated to match this repo, and the actual codegen will need to be ported as well. We will no longer be able to use a direct reference to the `.proto` files, so we may need to use git submodules or a tool like [buf](https://buf.build) in order to build the needed files. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org