We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
missingInput
CometHashAggregateExec
1 parent 5565a6a commit e2b0253Copy full SHA for e2b0253
spark/src/main/scala/org/apache/spark/sql/comet/operators.scala
@@ -692,6 +692,8 @@ case class CometHashAggregateExec(
692
override val serializedPlanOpt: SerializedPlan)
693
extends CometUnaryExec
694
with PartitioningPreservingUnaryExecNode {
695
+ override def producedAttributes: AttributeSet = outputSet ++ AttributeSet(resultExpressions)
696
+
697
override protected def withNewChildInternal(newChild: SparkPlan): SparkPlan =
698
this.copy(child = newChild)
699
0 commit comments