hi, there's a first stab over there: - https://github.com/apache/arrow/pull/6731
-s On Thu, Apr 16, 2020 at 2:51 PM Amol Umbarkar <[email protected]> wrote: > 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 >
