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
minor: SortExec measure elapsed_compute time when sorting (#12099)
* minor: SortExec measure elapsed_compute time when sorting
Whilst investigating query execution performance I noticed that
some SortExec nodes were reporting suspiciously short elapsed_compute
times. It appears that the SortExec node wasn't running the
elapsed_compute timer when it doing the actual sorting operation.
* fix: apply review suggestions
0 commit comments