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
However, it is not clear in the tree format -- which just says SortExec. This came up when I was trying to validate #15301 and the explain doesn't reflect what is happening
Is your feature request related to a problem or challenge?
DataFusion has a specialized TopK operation when there is a sort + limit.
You can see this with the
ident
explain plan (saysSortExec: TopK(fetch=10)
)However, it is not clear in the tree format -- which just says SortExec. This came up when I was trying to validate #15301 and the explain doesn't reflect what is happening
Describe the solution you'd like
I would like the tree explain plan to also say
TopK
somehow when the topk implementation will be usedDescribe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: