Skip to content

Conversation

chenzl25
Copy link
Contributor

@chenzl25 chenzl25 commented Oct 10, 2025

I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.

What's changed and what's your intention?

Checklist

  • I have written necessary rustdoc comments.
  • I have added necessary unit tests and integration tests.
  • I have added test labels as necessary.
  • I have added fuzzing tests or opened an issue to track them.
  • My PR contains breaking changes.
  • My PR changes performance-critical code, so I will run (micro) benchmarks and present the results.
  • I have checked the Release Timeline and Currently Supported Versions to determine which release branches I need to cherry-pick this PR into.

Documentation

  • My PR needs documentation updates.
Release note

@chenzl25 chenzl25 changed the title support enforcing locality on the reqirement side feat(optimizer): support enforcing locality on the reqirement side Oct 10, 2025
Copy link
Contributor Author

chenzl25 commented Oct 10, 2025

@github-actions github-actions bot added type/feature Type: New feature. and removed Invalid PR Title labels Oct 10, 2025
@chenzl25 chenzl25 marked this pull request as ready for review October 10, 2025 05:32
@chenzl25 chenzl25 mentioned this pull request Oct 10, 2025
7 tasks
@chenzl25 chenzl25 requested a review from BugenZhao October 10, 2025 05:32
}
}

fn try_better_locality_inner(&self, columns: &[usize]) -> Option<PlanRef> {
Copy link
Contributor Author

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> {
Copy link
Contributor Author

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.

Base automatically changed from dylan/support_locality_enforcement to main October 10, 2025 05:47
@chenzl25 chenzl25 force-pushed the dylan/support_enforce_locality_on_the_requirement_side branch from 91bcc9b to 20fbdbd Compare October 10, 2025 06:08
Copy link
Member

@BugenZhao BugenZhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@chenzl25 chenzl25 added this pull request to the merge queue Oct 10, 2025
Merged via the queue into main with commit 953a006 Oct 10, 2025
33 of 34 checks passed
@chenzl25 chenzl25 deleted the dylan/support_enforce_locality_on_the_requirement_side branch October 10, 2025 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/feature Type: New feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants