orlp opened a new pull request, #513: URL: https://github.com/apache/arrow-go/pull/513
### Rationale for this change Slices from FFI may have an arbitrary pointer when the length is zero, but this is not allowed in Go. ### What changes are included in this PR? I changed the instances of `unsafe.Slice` in `arrow/cdata` I could find to be robust when used with length zero. ### Are these changes tested? No, I don't have a Go setup at all. ### Are there any user-facing changes? No. -- 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]
