-
Notifications
You must be signed in to change notification settings - Fork 1.4k
refactor(move-tables): clean up prototype phase 1.2 skip-tables (#8206) #1700
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
Merged
zacharysierakowski
merged 26 commits into
feature-move-tables
from
womoruyi/move-tables-1.2-production
Jun 11, 2026
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
8c45ee1
Add CLI flags for move-tables
danieljoos 1dc932b
Add switch for move-tables to main.go
danieljoos 2b3fb21
First iteration of `MoveTables` migrator main function
danieljoos d8a4c2c
Add query builder for splitting up range-insert for move-tables feature
danieljoos a189729
Rename MoveTables... to MoveTable...
danieljoos 5f7ff63
Add `ApplyIterationMoveTableCopyQueries` function to `Applier` to use…
danieljoos 927e8cb
Add move-tables query builders to applier's prepareQueries method
danieljoos ac6f966
Call `ApplyIterationMoveTableCopyQueries` in migrator
danieljoos c151452
Adapt applier to support DML events for move tables
danieljoos d55a82f
[stash] skip ghost, changelog tables on move-tables
chriskirkland f336f8e
[WIP] flag parsing tweaks
chriskirkland bbde7b0
logging, notes debugging... halp
chriskirkland bda68c7
one more note
chriskirkland b7e87a8
seeds table in target, working up to DML events
chriskirkland bc7a24b
stash... debugging no row writes
chriskirkland fd68b3a
fewer errors, more debug
chriskirkland 0508dd7
YAY
chriskirkland b140615
TODO
chriskirkland 04c3ecf
[hacks] DEMO READY!
chriskirkland a87ab35
#8206: productionize move-tables 1.2 skip ghost/changelog/heartbeat
womoruyi 9252fc2
#8206: productionize move-tables 1.2 skip ghost/changelog/heartbeat
womoruyi 0dabde6
fix: address Copilot review findings on #8206 PR
womoruyi d249690
docs: add clarity comments to predicate-only tests per Copilot review
womoruyi 5353a3b
fix: resolve golangci-lint errors in modified files
womoruyi dcecfd5
fix: last errorlint %v→%w in finalCleanup showCreateTable
womoruyi 6ffb6ff
fix: address second Copilot review round
womoruyi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 a heads up that this is flipped. I'm working on resolving the merge conflicts and noticed it
Uh oh!
There was an error while loading. Please reload this page.
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.
Yup!! @zacharysierakowski I noted it in my PR description, it needed to be fixed in 8207 (which I'll push up my branch for this)

we had noted this in the beginning but didn't want to make the change until we were in the right task for it