Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
  • Loading branch information
wjhuang2016 committed Jul 25, 2023
1 parent f24bb2f commit 1153120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ddl/disttask_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ func (h *litBackfillFlowHandle) ProcessNormalFlow(ctx context.Context, taskHandl
subTaskMeta := &BackfillSubTaskMeta{StartKey: batch[0].StartKey(), EndKey: batch[len(batch)-1].EndKey()}
if i == 0 {
subTaskMeta.StartKey = startKey
} else {
subTaskMeta.StartKey = kv.Key(subTaskMeta.StartKey).Next()
}
if end == len(recordRegionMetas) {
subTaskMeta.EndKey = endKey
Expand Down

0 comments on commit 1153120

Please sign in to comment.