viirya commented on pull request #33142:
URL: https://github.com/apache/spark/pull/33142#issuecomment-871634042


   > Can you briefly introduce your idea? Sorting by height is stable and fast 
now.
   
   I've not looked in the details yet. Is sorting by height guaranteed to sort 
expressions by child-parent? I said current sorting is not reliable because it 
might miss some cases probably. It is because two expressions with no 
child-parent relation has no clear comparison order. So sorting is somehow 
unreliable for expressions. Does sorting by height solve it?
   


-- 
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.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to