datafusion-comet icon indicating copy to clipboard operation
datafusion-comet copied to clipboard

Enable more DPP Spark SQL tests

Open andygrove opened this issue 7 months ago • 0 comments

What is the problem the feature request solves?

The follow Spark SQL tests should now pass because we fall back to Spark for DPP, so we should stop ignoring them. If they still fail then we should file a specific issue with the root cause and link to that.

sql/core/src/test/scala/org/apache/spark/sql/InjectRuntimeFilterSuite.scala:    IgnoreComet("TODO: Support SubqueryBroadcastExec in Comet: #242")) {
sql/core/src/test/scala/org/apache/spark/sql/InjectRuntimeFilterSuite.scala:    IgnoreComet("TODO: Support SubqueryBroadcastExec in Comet: #242")) {
sql/core/src/test/scala/org/apache/spark/sql/execution/RemoveRedundantProjectsSuite.scala:    IgnoreComet("TODO: Support SubqueryBroadcastExec in Comet: #242")) {

Describe the potential solution

No response

Additional context

No response

andygrove avatar May 14 '25 15:05 andygrove