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

Move MergePolicyForLevel from MergingRun to IncomingRun #504

Merged

Conversation

dcoutts
Copy link
Collaborator

@dcoutts dcoutts commented Dec 19, 2024

As part of the changes to the scheduled merges prototype to introduce table unions, this refactoring was done. This is because the merging run gets reused in tree merges, where the merging policy makes no sense. So we move it up one level into something that's specific to the levels (the incomming run).

So this is the corresponding refactoring as in the prototype, and is preparation for introducing table unions.

As part of the changes to the scheduled merges prototype to introduce
table unions, this refactoring was done. This is because the merging run
gets reused in tree merges, where the merging policy makes no sense. So
we move it up one level into something that's specific to the levels
(the incomming run).

So this is the corresonding refactoring as in the prototype, and is
preparation for introducing table unions.
@dcoutts dcoutts enabled auto-merge December 19, 2024 16:12
@dcoutts dcoutts added this pull request to the merge queue Dec 19, 2024
Merged via the queue into main with commit 4ce3c9d Dec 19, 2024
27 checks passed
@dcoutts dcoutts deleted the dcoutts/move-mergepolicy-from-mergingrun-to-incomingrun branch December 19, 2024 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants