Commits


Kyle Brandt authored and Sebastien Binet committed 68b1273cbbf
ARROW-9174: [Go] Fix table panic on 386 Due to a current bug in Go's `sync/atomic` , refCount must be the first property in the struct so it is byte aligned or it will panic. Issue: https://issues.apache.org/jira/browse/ARROW-9174# Closes #7483 from kylebrandt/patch-1 Authored-by: Kyle Brandt <kyle@grafana.com> Signed-off-by: Sebastien Binet <binet@cern.ch>