cloud-fan commented on a change in pull request #26615: [SPARK-29977][SQL] 
Remove newMutableProjection/newOrdering/newNaturalAscendingOrdering  from 
SparkPlan
URL: https://github.com/apache/spark/pull/26615#discussion_r348922696
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/SortAggregateExec.scala
 ##########
 @@ -93,7 +93,7 @@ case class SortAggregateExec(
           initialInputBufferOffset,
           resultExpressions,
           (expressions, inputSchema) =>
-            newMutableProjection(expressions, inputSchema, 
subexpressionEliminationEnabled),
+            MutableProjection.create(expressions, inputSchema),
 
 Review comment:
   ah i see, thanks for confirmation!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to