Good to know! Thanks David.
On Wed, Nov 15, 2023 at 12:02 PM David Li <[email protected]> wrote: > The C++/Java/Go/Python Flight implementations do not chunk the data for > you, so you will get the full batch. > > On Wed, Nov 15, 2023, at 14:40, Nick Hughes wrote: > > Hi, > > If I write a RecordBatch to a stream from a Flight server > using MetadataRecordBatchWriter.write_batch and then attempt to read this > from a client using FlightStreamReader.read_chunk, is it guaranteed that > the returned FlightStreamChunk will contain the original RecordBatch in its > entirety, or is there a possibility it may be partitioned over several > chunks? > > Thanks, > > Nick > > > >
