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

*: remove the old distribute framework #42981

Merged
merged 15 commits into from
Apr 13, 2023
Prev Previous commit
Next Next commit
fix
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
  • Loading branch information
wjhuang2016 committed Apr 12, 2023
commit 3c841ee6fd7d309f31bbd3bbdaeeebf45570c4cd
1 change: 1 addition & 0 deletions ddl/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,5 @@ func (b *BackFillSubtaskExecutor) Run(ctx context.Context) error {
return nil
}

// BackfillTaskType is the type of backfill task.
const BackfillTaskType = "backfill"