tustvold commented on code in PR #3184: URL: https://github.com/apache/arrow-rs/pull/3184#discussion_r1031752881
########## arrow-array/src/raw_pointer.rs: ########## @@ -21,6 +21,7 @@ use std::ptr::NonNull; /// self-reference a [arrow_buffer::Buffer] from /// [arrow_data::ArrayData], as a pointer to the beginning of its /// contents. +#[derive(Copy, Clone)] Review Comment: This doesn't make RawPtrBox any more unsafe than it already is, it is effectively just a pointer -- 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]
