geoffreyclaude commented on PR #23017: URL: https://github.com/apache/datafusion/pull/23017#issuecomment-4746069859
Closing this one after the local benchmark pass. The regular `Utf8` / `LargeUtf8` two-stage path did not justify the extra specialization: the `#23016 -> #23017` snapshot had 20 relevant rows, with 2 faster, 6 slower, and 12 within +/-5%. The miss-heavy short-`Utf8` cases regressed by about 1.7x. The stack now skips this PR and continues directly from #23016 to #23018. -- 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]
