Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

planner: increase the maximum number limit of TopN when analyzing tables (#45962) #45973

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make linter happy
qw4990 committed Oct 13, 2023
commit 173f35f52514ae58866e3fcf89a2e504f5718198
2 changes: 1 addition & 1 deletion statistics/handle/handletest/handle_test.go
Original file line number Diff line number Diff line change
@@ -947,7 +947,7 @@ func TestAnalyzeGlobalStatsWithOpts1(t *testing.T) {
{77, 219, false},
{-31, 222, true},
{10, -77, true},
{10000, 47, true},
{100000, 47, true},
{77, 47000, true},
}
for _, ca := range cases {