larry98 opened a new pull request, #43256: URL: https://github.com/apache/arrow/pull/43256
### Rationale for this change We would like to enable parquet predicate pushdown on `is_in` predicates. The first step is to add support for `is_in` predicates in `SimplifyWithGuarantee`. ### What changes are included in this PR? We add a option to `SimplifyWithGuarantee` that users can set if they can ensure that all `is_in` value sets in the expression are sorted and contain no duplicates. When this option is set, `SimplifyWithGuarantee` will attempt to simplify any `is_in` predicates that it finds in the expression. ### Are these changes tested? A new unit test was added to `arrow-compute-expression-test` testing this change. ### Are there any user-facing changes? No. -- 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]
