Dandandan commented on issue #18411: URL: https://github.com/apache/datafusion/issues/18411#issuecomment-3491095422
Another thing: for `StringViewArray ` could also be implemented faster for values with length <= 12, by hashing the inlined value rather than the &str. Now it always does the latter, but this is slower than hashing primitives. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
