tustvold commented on issue #4370:
URL: 
https://github.com/apache/arrow-datafusion/issues/4370#issuecomment-1327359662

   This sounds good to me, certain expressions could also potentially be 
rewritten into `LIKE` expressions.
   
   FWIW I would rewrite 'foo|bar|baz' to `col IN ('foo', 'bar', 'baz')` as we 
already have an expression rewriter that can rewrite small `IN` into 
disjunctive expressions.


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