Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Oct 16, 2023
1 parent f53edc1 commit 8efe616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ case class ProjectExecTransformer private (projectList: Seq[NamedExpression], ch
throw new UnsupportedOperationException(s"This operator doesn't support doExecuteColumnar().")
}

override protected def outputExpressions: Seq[NamedExpression] = output
override protected def outputExpressions: Seq[NamedExpression] = projectList

override protected def doExecute()
: org.apache.spark.rdd.RDD[org.apache.spark.sql.catalyst.InternalRow] = {
Expand Down

0 comments on commit 8efe616

Please sign in to comment.