-
Notifications
You must be signed in to change notification settings - Fork 188
syncer: load table structure from dump files (#1699) #1754
syncer: load table structure from dump files (#1699) #1754
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
@@ -1128,6 +1130,7 @@ func (s *Syncer) Run(ctx context.Context) (err error) { | |||
if err != nil { | |||
return err | |||
} | |||
<<<<<<< HEAD |
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.
@lance6716 need resolve confilct?
@@ -1128,6 +1130,7 @@ func (s *Syncer) Run(ctx context.Context) (err error) { | |||
if err != nil { | |||
return err | |||
} | |||
<<<<<<< HEAD |
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.
expected statement, found '<<' (and 3 more errors)
I'll wait previous cherry-pick PR merged, then cherry-pick again |
/close |
@lance6716: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@ti-chi-bot: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is an automated cherry-pick of #1699
What problem does this PR solve?
close #1697
What is changed and how it works?
Check List
Tests
Side effects
Related changes