You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Paul Taylor (Jira)" <ji...@apache.org> on 2020/08/05 21:53:00 UTC

[jira] [Created] (ARROW-9659) [C++] RecordBatchStreamReader throws on CUDA device buffers

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)