pitrou commented on pull request #7909: URL: https://github.com/apache/arrow/pull/7909#issuecomment-670027426
Thanks for spotting this. I think we should find a proper way of dealing with validation of non-CPU arrays (for example by viewing the data on the CPU, using `Buffer::ViewOrCopy`). Another possibility would be to add an option in `IpcReadOptions` to disable validation (and therefore make IPC reading unsafe). ---------------------------------------------------------------- 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: [email protected]
