Skip to content

Commit

Permalink
fix compile error for Spark 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcclp committed Feb 8, 2024
1 parent 870f114 commit 46d6a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ case class MergeTwoPhasesHashBaseAggregate(session: SparkSession) extends Rule[S
agg.groupingExpressions,
agg.aggregateExpressions,
agg.aggregateAttributes,
agg.initialInputBufferOffset,
0, // there is no field initialInputBufferOffset in Spark 3.2
agg.resultExpressions,
agg.child
)
Expand Down

0 comments on commit 46d6a6d

Please sign in to comment.