Dandandan opened a new issue, #7743: URL: https://github.com/apache/arrow-rs/issues/7743
Inline_value currently uses &[u8], which might compile to slower code when using it for comparison. I think we should try to use a u128 value + compare the length if values are the same (i.e. could be a null character). -- 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]
