viirya opened a new issue, #121: URL: https://github.com/apache/arrow-datafusion-comet/issues/121
### What is the problem the feature request solves? From @sunchao https://github.com/apache/arrow-datafusion-comet/issues/119#issuecomment-1965754058 > One thing we don't support is InSubqueryExec, which is used in dynamic partition pruning and other things. We do support ScalarSubqueryExec at the moment. We can add support of `InSubqueryExec` to Comet. Basically, it should not be too different/difficult than `ScalarSubqueryExec` which we already have. ### Describe the potential solution Suport `InSubqueryExec` in Comet. ### 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]
