How to split apache arrow flight data into chunks in go

84 Views Asked by At

The arrow flight data is columnar data and I want to implement DoGet function in such a way that it firstly split arrow.record in to specific size of data (let say 4 MB), then send it to the client using stream. How can I do it?

0

There are 0 best solutions below