Skip to content

Update Operation.Start signature to remove callbacks parameter #675

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
merged 2 commits into from
Feb 11, 2025

Conversation

andrew-farries
Copy link
Collaborator

Remove the ...backfill.CallbackFn variadic parameter from the Start method of the Operation interface and all its implementations.

The parameter was passed to all Start methods of all operations but not used. This is likely left over from when backfill was moved out of individual operations and into a separate step when all DDL was complete (#289).

Remove the `...backfill.CallbackFn` variadic parameter from the `Start`
method of the `Operation` interface and all its implementations.
It was passed to each `op.Start` but never used otherwise.
@andrew-farries andrew-farries marked this pull request as ready for review February 11, 2025 10:17
@andrew-farries andrew-farries requested a review from kvch February 11, 2025 10:17
@andrew-farries andrew-farries merged commit 2786cc2 into main Feb 11, 2025
28 checks passed
@andrew-farries andrew-farries deleted the remove-cbs-param-from-start branch February 11, 2025 11:34
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