Hello all, I have started exploring Apache Arrow for Go <https://github.com/apache/arrow/tree/master/go> for an ETL tool that I have been working on.
I want to also use *flight* to stream data between executors. But couldn't find a go equivalent. Should I consider using CGO bindings for C++ <https://arrow.apache.org/docs/cpp/api/flight.html> or If this is an ongoing effort for native implementation in Go , I could contribute as well. Please share your thoughts Thanks, Amol
