-
Notifications
You must be signed in to change notification settings - Fork 761
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
feat(query): add max_query_row_nums #9406
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
better name to |
@mergify update |
✅ Branch has been successfully updated |
@sandflee It would be great to add a SQL logic test for it so that we can keep the change always working :) |
could u provide a example? |
Sure. tests/sqllogictests/suites/base/20+_others/20_0011_setting
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2023
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
user may run a query
select * from xx
, this may scan too many rows. add a default limiter if user does't specify limit values.Closes #issue