alamb commented on issue #1434:
URL: 
https://github.com/apache/arrow-datafusion/issues/1434#issuecomment-991979118


   @mcassels  One possible workaround for an issue like this would be to use an 
inlist (assuming your predicate is searching for one of a list of constants)
   
   So like SQL
   ```
   SELECT ... WHERE c1 IN (1, 2, 3, 4, 5, 6, ...)
   ```
   
   which would end up as an `Expr::InList`


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