trxcllnt opened a new pull request #9640: URL: https://github.com/apache/arrow/pull/9640
Constructing an Arrow Table from Arrays that contains `CudaBuffer` presently fails. `ValidateArrayImpl::IsBufferValid` is checking the buffers of each Array, but when an Array's buffers aren't on the CPU the `data.buffers[index]->data() != nullptr` check returns false. Fixes [ARROW-11872](https://issues.apache.org/jira/browse/ARROW-11872). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org