Commits


Chris Casola authored and Matthew Topol committed 20e9e935899
ARROW-15488: [Go] Fix ipc.Writer corrupting null bitmaps Fix ipc.Writer so that if a column has an offset and is going to be truncated, the null bitmap is also properly truncated so it remains aligned with the array data. Closes #12278 from chriscasola/go-ipc-null-offset-fix Authored-by: Chris Casola <chriscasola@gmail.com> Signed-off-by: Matthew Topol <mtopol@factset.com>