advancedxy opened a new issue, #183: URL: https://github.com/apache/arrow-datafusion-comet/issues/183
### What is the problem the feature request solves? When I was browsing the code, I noticed that the `In` expression is transformed directly into a `InListExpr`, which has no `InSet/static_filter` optimizations. ### Describe the potential solution Leverage the `in_list` function to create an `InListExpr` which tries to convert the original static into a static_filter ### Additional context _No response_ -- 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]
