zeroshade opened a new issue, #42198:
URL: https://github.com/apache/arrow/issues/42198

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Using `GetRecordBatchPayload` with non-CPU device buffers should work just 
fine. Instead it gets tripped up on calls to `value_offset` which of course 
SegFault with non-CPU data. It should be easy enough to utilize 
`CopyBufferSliceToCPU` in order to efficiently pull the offset values if 
needed, which shouldn't be expensive for CPU buffers.
   
   ### Component(s)
   
   C++


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