### Describe the enhancement requested Judging by this [sporadic failure](https://github.com/apache/arrow/actions/runs/6943203792/job/18887771947?pr=38799#step:8:19738), it seems we should enable GC checks on unsafe pointers in CGo builds: https://github.com/apache/arrow/actions/runs/6943203792/job/18887771947?pr=38799#step:8:19738 ``` runtime: marked free object in span 0x7efb82dd4608, elemsize=80 freeindex=8 (bad use of unsafe.Pointer? try -d=checkptr) ``` ### Component(s) Go, Integration
Describe the enhancement requested
Judging by this sporadic failure, it seems we should enable GC checks on unsafe pointers in CGo builds:
https://github.com/apache/arrow/actions/runs/6943203792/job/18887771947?pr=38799#step:8:19738
Component(s)
Go, Integration