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

return 1 topn when to set 0 topn in analyzeOption #49080

Closed
hawkingrei opened this issue Dec 1, 2023 · 0 comments · Fixed by #49068
Closed

return 1 topn when to set 0 topn in analyzeOption #49080

hawkingrei opened this issue Dec 1, 2023 · 0 comments · Fixed by #49068
Labels
severity/moderate sig/planner SIG: Planner type/bug The issue is confirmed as a bug.

Comments

@hawkingrei
Copy link
Member

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

run TestOutOfRangeEstimationAfterDelete

add the log like this.

WzGnxI043k

fHuxL6iS34

2. What did you expect to see? (Required)

3. What did you see instead (Required)

it will print this log.

[2023/11/29 16:18:31.775 +08:00] [INFO] [builder.go:331] [done]
[2023/11/29 16:18:31.775 +08:00] [INFO] [builder.go:331] [done]
[2023/11/29 16:18:31.778 +08:00] [INFO] [builder.go:383] [before] [len=1] [topnNum=0]
[2023/11/29 16:18:31.778 +08:00] [INFO] [builder.go:385] [after] [len=1]
[2023/11/29 16:18:31.779 +08:00] [INFO] [builder.go:383] [before] [len=1] [topnNum=0]
[2023/11/29 16:18:31.779 +08:00] [INFO] [builder.go:385] [after] [len=1]

4. What is your TiDB version? (Required)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/moderate sig/planner SIG: Planner type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant