samuelcolvin commented on PR #6145:
URL: https://github.com/apache/arrow-rs/pull/6145#issuecomment-2256630235

   > I know one of the ClickBench queries has a giant LIKE that dominates 
performance on several -- e.g. 
https://github.com/apache/datafusion/blob/ea8c287855ae799573a56697db63e7b16edf3a37/benchmarks/queries/clickbench/queries.sql#L21-L24
   
   Since that will already use `Predicate::Contain`, that case should be 
improved by #6128, not this.
   
   This case will help with more complex `LIKE` queries, and `ILIKE` contains 
queries.


-- 
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]

Reply via email to