This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Conversation
This file contains 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
ZuLiangWang
force-pushed
the
refactor_ddl
branch
2 times, most recently
from
April 12, 2023 09:33
684242a
to
c94e502
Compare
ZuLiangWang
force-pushed
the
refactor_ddl
branch
from
April 13, 2023 09:01
c94e502
to
adeff11
Compare
ShiKaiWi
reviewed
Apr 13, 2023
server/coordinator/procedure/ddl/createpartitiontable/create_partition_table.go
Show resolved
Hide resolved
server/coordinator/procedure/ddl/createpartitiontable/create_partition_table.go
Show resolved
Hide resolved
server/coordinator/procedure/ddl/droppartitiontable/drop_partition_table.go
Outdated
Show resolved
Hide resolved
ZuLiangWang
force-pushed
the
refactor_ddl
branch
from
April 13, 2023 11:46
5491408
to
53f264e
Compare
ZuLiangWang
force-pushed
the
refactor_ddl
branch
from
April 13, 2023 11:53
53f264e
to
0f86600
Compare
ShiKaiWi
reviewed
Apr 14, 2023
ZuLiangWang
force-pushed
the
refactor_ddl
branch
from
April 14, 2023 05:38
3df683c
to
1879c24
Compare
ShiKaiWi
reviewed
Apr 14, 2023
server/coordinator/procedure/ddl/createpartitiontable/create_partition_table.go
Show resolved
Hide resolved
server/coordinator/procedure/ddl/createpartitiontable/create_partition_table.go
Outdated
Show resolved
Hide resolved
ZuLiangWang
force-pushed
the
refactor_ddl
branch
from
April 14, 2023 06:23
366f2b3
to
7cad134
Compare
ShiKaiWi
reviewed
Apr 14, 2023
server/coordinator/procedure/ddl/createpartitiontable/create_partition_table.go
Show resolved
Hide resolved
server/coordinator/procedure/ddl/createpartitiontable/create_partition_table.go
Outdated
Show resolved
Hide resolved
ShiKaiWi
reviewed
Apr 14, 2023
server/coordinator/procedure/ddl/createpartitiontable/create_partition_table.go
Show resolved
Hide resolved
ShiKaiWi
approved these changes
Apr 14, 2023
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.
LGTM
ShiKaiWi
pushed a commit
that referenced
this pull request
Apr 20, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Which issue does this PR close?
Closes #
Rationale for this change
Adapt the ddl procedures to the current version of the procedure interface.
What changes are included in this PR?
CreateTableProcedure
、DropTableProcedure
、CreatePartitionTableProcedure
、DropPartitionTableProcedure
to the current version of the procedure interface.Are there any user-facing changes?
None.
How does this change test
Unit tests are currently not working properly and will be fixed in a subsequent pull request.