adriangb commented on PR #12978: URL: https://github.com/apache/datafusion/pull/12978#issuecomment-2423921380
Argh the only ClickBench query this maybe could improve is [23](https://github.com/ClickHouse/ClickBench/blob/d592b3d2dd59a5b2c887b4dc4f94b3ad52e6d5d6/datafusion/queries.sql#L23): ```sql WHERE "Title" LIKE '%Google%' AND "URL" NOT LIKE '%.google.%' ``` Since the `like` starts with a wildcard this won't help. Maybe we can get `not like` to do something smart there, tbd... -- 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]
