-
Notifications
You must be signed in to change notification settings - Fork 696
feat(optimizer): support enforcing locality on the reqirement side #23401
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(optimizer): support enforcing locality on the reqirement side #23401
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
} | ||
} | ||
|
||
fn try_better_locality_inner(&self, columns: &[usize]) -> Option<PlanRef> { |
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.
Just move the inner function to the outside, no changes.
None | ||
} | ||
|
||
fn try_better_locality_inner(&self, columns: &[usize]) -> Option<PlanRef> { |
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.
Just move the inner function to the outside, no changes.
91bcc9b
to
20fbdbd
Compare
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.
LGTM!
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
Checklist
Documentation
Release note