alamb opened a new issue, #9890: URL: https://github.com/apache/arrow-datafusion/issues/9890
### Is your feature request related to a problem or challenge? As noted in https://github.com/apache/arrow-datafusion/pull/9864#discussion_r1545353414 there might be some optimization available for the substr_index function so to facilitate that add a benchmark for that function. A new benchmark testing the substr_index function was added in https://github.com/apache/arrow-datafusion/pull/9878 and available for use to test the performance of that function and any changes. ### Describe the solution you'd like Make the `substr_index` benchmark faster To run: ```shell cargo bench --bench substr_index ``` ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
