ukclivecox opened a new issue, #172: URL: https://github.com/apache/arrow-go/issues/172
### Describe the bug, including details regarding any error messages, version, and platform. I have seen some panics at line 410 in https://github.com/apache/arrow-go/blob/56b794f52a9bfb45fb54a4e070002a69b38fb018/arrow/cdata/cdata_exports.go#L403-L410 This is when the array `childPtrs` is of size 0. Its hard to replicate, so at present my question is simply if zero length arrays should be checked for here? I assume this would be a record with 0 fields? The panics were with a July commit of release candidate for v18 but wanted to check first if this is a code issue while I try to replicate. ### Component(s) Release -- 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]
