andygrove commented on issue #3949:
URL:
https://github.com/apache/datafusion-comet/issues/3949#issuecomment-4262088653
Stack trace:
```
Caused by: java.lang.AssertionError: assertion failed
at scala.Predef$.assert(Predef.scala:208)
at
org.apache.spark.sql.execution.ColumnarToRowExec.<init>(Columnar.scala:70)
```
Spark code:
```scala
case class ColumnarToRowExec(child: SparkPlan) extends
ColumnarToRowTransition with CodegenSupport {
// supportsColumnar requires to be only called on driver side, see also
SPARK-37779.
assert(Utils.isInRunningSparkTask || child.supportsColumnar)
```
somehow there is a mismatch where there is ColumnarToRowExec wrapping a plan
that is not columnar
--
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]