zeroshade commented on PR #14026:
URL: https://github.com/apache/arrow/pull/14026#issuecomment-1234832314

   *sigh* It looks like the issue is that we actually sometimes call this with 
a 0 length slice and my suggestion of avoiding the `reflect.SliceHeader` was 
incorrect because of this. 
   
   Can you try shifting back to grabbing the slice header of the incoming slice 
and then using the `.Data` as the `uintptr` passed to `unsafe.Slice` ?


-- 
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]

Reply via email to