geoffreyclaude opened a new pull request, #19211: URL: https://github.com/apache/datafusion/pull/19211
## Which issue does this PR close? N/A - benchmark improvement ## Rationale for this change We need to measure InList performance on both StringArray (Utf8) and StringViewArray (Utf8View) to compare Arrow's string representations. ## What changes are included in this PR? Add Utf8View benchmarks for InList, refactored with generics to make adding new array types trivial. ## Are these changes tested? Benchmark-only change. ## Are there any user-facing changes? No. -- 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]
