[Feature][Connector-V2]Support tidb cdc connector source#7477
Merged
Conversation
fb39521 to
5574bdd
Compare
hailin0
reviewed
Aug 24, 2024
| @@ -1,24 +1,5 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
| <!-- | |||
| @@ -0,0 +1,129 @@ | |||
| # PostgreSQL CDC | |||
| case MYSQL_NULL: | ||
| builder.dataType(BasicType.VOID_TYPE); | ||
| break; | ||
|
|
| value = {}, | ||
| type = {EngineType.SPARK}, | ||
| disabledReason = "Currently SPARK do not support cdc") | ||
| public class TiDBCDCIT extends TiDBTestBase implements TestResource { |
Member
There was a problem hiding this comment.
8267c66 to
4bc7d20
Compare
hailin0
reviewed
Aug 24, 2024
|
|
||
| ## 主要功能 | ||
|
|
||
| - [x] [批处理](../../concept/connector-v2-features.md) |
Member
|
cc @dailai |
90ba526 to
bbae550
Compare
Contributor
|
Please resolve the confilict and retrigger the ci. |
bbae550 to
1f72f52
Compare
Contributor
|
Please fix the ci. |
3e63cac to
090fcdf
Compare
dailai
reviewed
Sep 3, 2024
| value = {}, | ||
| type = {EngineType.SPARK}, | ||
| disabledReason = "Currently SPARK do not support cdc") | ||
| public class TiDBCDCIT extends TiDBTestBase implements TestResource { |
Contributor
There was a problem hiding this comment.
Thanks @sunxiaojian. Please add the e2e case that restore from savepoint.
b562f81 to
c4d1fde
Compare
3 tasks
hailin0
reviewed
Sep 10, 2024
c4d1fde to
7605b2a
Compare
Hisoka-X
approved these changes
Sep 11, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose of this pull request
closed #7199
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note.