andygrove commented on code in PR #2879:
URL: https://github.com/apache/datafusion-comet/pull/2879#discussion_r2612063621


##########
spark/src/main/scala/org/apache/comet/rules/CometScanRule.scala:
##########
@@ -160,42 +151,8 @@ case class CometScanRule(session: SparkSession) extends 
Rule[SparkPlan] with Com
           scanImpl = selectScan(scanExec, r.partitionSchema, hadoopConf)
         }
 
-        // Native DataFusion doesn't support subqueries/dynamic pruning
-        if (scanImpl == SCAN_NATIVE_DATAFUSION &&

Review Comment:
   All of the checks for `native_datafusion` have moved into 
`CometNativeScan.isSupported(scanExec)`.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to