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

TopN execute error when spill to disk happend #58891

Closed
EricZequan opened this issue Jan 13, 2025 · 8 comments
Closed

TopN execute error when spill to disk happend #58891

EricZequan opened this issue Jan 13, 2025 · 8 comments
Labels
severity/major type/bug The issue is confirmed as a bug.

Comments

@EricZequan
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

tiup bench tpch --threads=50 --sf=10 prepare
set tidb_mem_quota_query=531837746;

select cast(l_extendedprice/2 as real) from lineitem order by cast(l_extendedprice/2 as real) asc limit 30000000;

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

no error

3. What did you see instead (Required)

Error 1105 (HY000): runtime error: index out of range [1] with length 1

4. What is your TiDB version? (Required)

master

@EricZequan EricZequan added the type/bug The issue is confirmed as a bug. label Jan 13, 2025
@xzhangxian1008
Copy link
Contributor

/severity major

@xzhangxian1008
Copy link
Contributor

/remove-label may-affects-5.4

@ti-chi-bot ti-chi-bot bot removed the may-affects-5.4 This bug maybe affects 5.4.x versions. label Jan 13, 2025
@EricZequan
Copy link
Contributor Author

/remove-label may-affects-7.1

@EricZequan
Copy link
Contributor Author

/remove-label may-affects-7.5

@EricZequan
Copy link
Contributor Author

/remove-label may-affects-6.1

@EricZequan
Copy link
Contributor Author

/remove-label may-affects-6.5

@EricZequan
Copy link
Contributor Author

/remove-label may-affects-8.1

@EricZequan
Copy link
Contributor Author

/remove-label may-affects-8.5

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

No branches or pull requests

2 participants