AlenkaF opened a new issue, #42053: URL: https://github.com/apache/arrow/issues/42053
### Describe the enhancement requested There is no explicit implementation of `Equals` method on [`CudaBuffer`](https://arrow.apache.org/docs/dev/cpp/api/cuda.html#buffers) so it currently inherits from base [Buffer class](https://arrow.apache.org/docs/dev/cpp/api/memory.html#_CPPv4NK5arrow6Buffer6EqualsERK6Buffer). That is not guarantied to work as Buffer methods expect the data to be on CPU. Would it be worth implementing `CudaBuffer::Equals`? ### 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]
