Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Nov 27, 2024
1 parent b8cde59 commit b65ab6c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ case class ColumnarCollapseTransformStages(

case class ColumnarInputAdapter(child: SparkPlan)
extends InputAdapterGenerateTreeStringShim
with GlutenPlan {
with Convention.KnownBatchType
with Convention.KnownRowTypeForSpark33AndLater {
override def output: Seq[Attribute] = child.output
override def rowType0(): Convention.RowType = Convention.RowType.None
override def batchType(): Convention.BatchType =
Expand Down

0 comments on commit b65ab6c

Please sign in to comment.