linlexing opened a new issue, #821: URL: https://github.com/apache/arrow-go/issues/821
https://github.com/apache/arrow-go/blob/086b8d2c78a893ebc40c71636451bb3a2c54a95b/arrow/array/numeric_generic.go#L39 ``` return copies lock value: github.com/apache/arrow-go/v18/arrow/array.numericArray[T] contains github.com/apache/arrow-go/v18/arrow/array.array contains sync/atomic.Int64 contains sync/atomic.noCopycopylocks[default](https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/copylock) var a numericArray[T] ``` Should this variable be changed to a pointer? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
