Hi Amol, I don't have much experience with Go, but it looks like array.Record might be the equivalent of a RecordBatch in Go ( https://github.com/apache/arrow/blob/master/go/arrow/array/record.go#L111) (that is what the IPC Writer classes seems to accept).
Cheers, Micah On Sun, Apr 19, 2020 at 12:11 AM Amol Umbarkar <[email protected]> wrote: > Hello again, > I could not find record batch in Go Implementation. Is the chunkedArray > same as record batch? > > Thanks, > Amol >
