Skip to content

Commit

Permalink
executor: modify the spill chunk size of topn (#58889)
Browse files Browse the repository at this point in the history
ref #58891
  • Loading branch information
EricZequan authored Jan 13, 2025
1 parent d0cccca commit 91706ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/executor/sortexec/topn.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (e *TopNExec) Open(ctx context.Context) error {
e.resultChannel,
e.memTracker,
e.diskTracker,
exec.RetTypes(e),
exec.RetTypes(e.Children(0)),
workers,
e.Concurrency,
&e.Ctx().GetSessionVars().SQLKiller,
Expand Down

0 comments on commit 91706ec

Please sign in to comment.