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


##########
spark/src/test/scala/org/apache/spark/sql/CometTestBase.scala:
##########
@@ -172,16 +172,14 @@ abstract class CometTestBase
   protected def checkCometOperators(plan: SparkPlan, excludedClasses: 
Class[_]*): Unit = {
     val wrapped = wrapCometRowToColumnar(plan)
     wrapped.foreach {
-      case _: CometScanExec | _: CometBatchScanExec => true

Review Comment:
   a pure expression does nothing in statement position



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