You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current partition sorting logic in PhysicalWindow ends up sorting one partition at a time in parallel. It would be more efficient to sort all the partitions in parallel.