What is the problem the feature request solves?
From @sunchao #119 (comment)
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
What is the problem the feature request solves?
From @sunchao #119 (comment)
We can add support of
InSubqueryExecto Comet. Basically, it should not be too different/difficult thanScalarSubqueryExecwhich we already have.Describe the potential solution
Suport
InSubqueryExecin Comet.Additional context
No response