alamb commented on code in PR #5727: URL: https://github.com/apache/arrow-rs/pull/5727#discussion_r1592455305
########## arrow-buffer/src/alloc/alignment.rs: ########## @@ -80,15 +80,6 @@ pub const ALIGNMENT: usize = 1 << 5; #[cfg(target_arch = "sparc64")] pub const ALIGNMENT: usize = 1 << 6; -// On ARM cache line sizes are fixed. both v6 and v7. Review Comment: I think this file is *very* old ( so it may be something lost to the mists of time ) -- According to some archeology on https://github.com/apache/arrow-rs/commit/1be535851f51aeebefca636fc70cdc1c66fdef73 it looks like it was introduced in https://github.com/apache/arrow/pull/9495 when this file was still part of the arrow mono repo and @jorgecarleitao was working on `arrow2` -- 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]
