Skip to content

Commit 06b8a53

Browse files
committed
chore: Make CometColumnarToRowExec extends CometPlan
1 parent 63ea117 commit 06b8a53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spark/src/main/scala/org/apache/spark/sql/comet/CometColumnarToRowExec.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ import org.apache.comet.vector.CometPlainVector
5353
*/
5454
case class CometColumnarToRowExec(child: SparkPlan)
5555
extends ColumnarToRowTransition
56+
with CometPlan
5657
with CodegenSupport {
5758
// supportsColumnar requires to be only called on driver side, see also SPARK-37779.
5859
assert(Utils.isInRunningSparkTask || child.supportsColumnar)

0 commit comments

Comments
 (0)