Paul Taylor created ARROW-9659:
----------------------------------
Summary: [C++] RecordBatchStreamReader throws on CUDA device
buffers
Key: ARROW-9659
URL: https://issues.apache.org/jira/browse/ARROW-9659
Project: Apache Arrow
Issue Type: Bug
Components: C++
Affects Versions: 1.0.0
Reporter: Paul Taylor
Assignee: Paul Taylor
Fix For: 1.0.1
Prior to 1.0.0, the RecordBatchStreamReader was capable of reading source
CudaBuffers wrapped in a CudaBufferReader. In 1.0.0, the Array validation
routines call into Buffer::data(), which throws an error if the source isn't in
host memory.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)