Jefffrey commented on code in PR #10482: URL: https://github.com/apache/arrow-rs/pull/10482#discussion_r3687012321
########## arrow-string/src/binary_predicate.rs: ########## @@ -21,7 +21,10 @@ use memchr::memmem::Finder; use std::iter::zip; /// A binary based predicate -#[allow(clippy::large_enum_variant)] +#[cfg_attr( + all(target_os = "linux", target_arch = "x86_64"), Review Comment: i think its just x86_64; otherwise this will cause an issue on windows too if limited to only linux x86_64 -- 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]
