tustvold commented on PR #9092: URL: https://github.com/apache/arrow-rs/pull/9092#issuecomment-3710581914
I presume you're referring to https://github.com/gabotechs/libcudf-rs/blob/main/src/column_view.rs#L125 If so why not just define your own trait, it looks like you're only using a very limited subset of Array anyway, and passing that array into any arrow-rs kernel will cause it at best panic (as downcast won't work correctly). -- 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]
