Commits


Chris Casola authored and Matthew Topol committed 771ad83a6d1
ARROW-16831: [Go] panic in ipc.Reader when string array offsets are invalid Add a check for invalid offsets in a string array and panic. This prevents panic'ing later when accessing the column data or attempting to write it with ipc.Writer. Closes #13381 from chriscasola/choff--go-validate-string-offsets Authored-by: Chris Casola <ccasola@factset.com> Signed-off-by: Matthew Topol <mtopol@factset.com>