wForget commented on issue #2424:
URL:
https://github.com/apache/datafusion-comet/issues/2424#issuecomment-3317091656
This is because the `subqueries` in `pushedDownFilters` of CometScan are not
executed when we build `nativeOp` for `CometNativeScanExec`.
```
at
org.apache.spark.sql.comet.CometScanExec.inputRDD(CometScanExec.scala:191)
at
org.apache.comet.serde.QueryPlanSerde$.operator2Proto(QueryPlanSerde.scala:1102)
at
org.apache.comet.rules.CometExecRule.org$apache$comet$rules$CometExecRule$$convertNode$1(CometExecRule.scala:160)
```
This issue was probably introduced by
https://github.com/apache/datafusion-comet/pull/678. cc @parthchandra
--
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]