-
Notifications
You must be signed in to change notification settings - Fork 752
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(planner): support limit for new planner #5301
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
/review @xudong963 |
Take the reviewer to xudong963 |
/review @sundy-li |
Take the reviewer to sundy-li |
Thanks for the contribution! Please review the labels and make any necessary changes. |
Oh, we can support it after we add constant folading rule in the new optimizer. |
55db2a1
to
abfd626
Compare
abfd626
to
05ebffc
Compare
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Support limit for new planner.
The pr don't support expr in limit and offset now
Changelog
Related Issues
Fixes #5240