andygrove commented on issue #3949:
URL:
https://github.com/apache/datafusion-comet/issues/3949#issuecomment-4260204067
Also worth noting that the root of the plan consists of Spark operators.
Comet is accelerating some leaf stages but the collect is reading from Spark
operators not Comet.
```
== Physical Plan ==
AdaptiveSparkPlan (603)
+- == Current Plan ==
TakeOrderedAndProject (199)
+- HashAggregate (198)
+- Exchange (197)
+- HashAggregate (196)
```
--
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]