prakharjain09 commented on a change in pull request #30302:
URL: https://github.com/apache/spark/pull/30302#discussion_r526582427



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/AliasAwareOutputExpression.scala
##########
@@ -65,7 +65,11 @@ trait AliasAwareOutputOrdering extends 
AliasAwareOutputExpression {
 
   final override def outputOrdering: Seq[SortOrder] = {
     if (hasAlias) {
-      orderingExpressions.map(normalizeExpression(_).asInstanceOf[SortOrder])

Review comment:
       @cloud-fan @maropu Sure. I will raise a separate PR to make 
sameOrderExpressions as children of sortorder - once this goes in.




----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to