advancedxy opened a new pull request, #184: URL: https://github.com/apache/arrow-datafusion-comet/pull/184
## Which issue does this PR close? Closes #183 ## Rationale for this change Leverage `InSet` optimization and improve performance. ## What changes are included in this PR? 1. use datafusion's `in_list` function to create an `InListExpr` 2. optimize use group to make all the datafusion::physical_expr's items into a same group ## How are these changes tested? Existing tests. -- 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]
