-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[sqlserver] Sqlserver incremental source. #1732
Merged
Merged
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
GOODBOY008
force-pushed
the
master-sqlserver
branch
from
November 11, 2022 10:08
5dbd874
to
3124da6
Compare
GOODBOY008
changed the title
WIP [sqlserver] Sqlserver incremental source.
[sqlserver] Sqlserver incremental source.
Nov 12, 2022
GOODBOY008
force-pushed
the
master-sqlserver
branch
2 times, most recently
from
December 13, 2022 12:14
e063112
to
93ba1d2
Compare
GOODBOY008
force-pushed
the
master-sqlserver
branch
from
January 12, 2023 07:48
93ba1d2
to
ae7d376
Compare
GOODBOY008
force-pushed
the
master-sqlserver
branch
from
February 24, 2023 01:30
ccea097
to
e157a6b
Compare
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.
Thanks for the contribution. I left some comments.
...c/main/java/com/ververica/cdc/connectors/oracle/source/reader/fetch/OracleScanFetchTask.java
Outdated
Show resolved
Hide resolved
...ctor-sqlserver-cdc/src/main/java/com/ververica/cdc/connectors/sqlserver/SqlServerSource.java
Show resolved
Hide resolved
.../main/java/com/ververica/cdc/connectors/sqlserver/source/dialect/SqlServerChunkSplitter.java
Show resolved
Hide resolved
.../ververica/cdc/connectors/sqlserver/source/reader/fetch/SqlServerSourceFetchTaskContext.java
Outdated
Show resolved
Hide resolved
...dc/src/main/java/com/ververica/cdc/connectors/sqlserver/source/utils/SqlServerTypeUtils.java
Show resolved
Hide resolved
...r-cdc/src/main/java/io/debezium/connector/sqlserver/SqlServerStreamingChangeEventSource.java
Show resolved
Hide resolved
fuyun2024
force-pushed
the
master-sqlserver
branch
from
April 15, 2023 16:12
f94ea7a
to
588e734
Compare
GOODBOY008
force-pushed
the
master-sqlserver
branch
2 times, most recently
from
May 23, 2023 11:52
eba609c
to
a3c0edd
Compare
flink-cdc-e2e-tests/src/test/java/com/ververica/cdc/connectors/tests/SqlServerE2eITCase.java
Show resolved
Hide resolved
...er-cdc/src/main/java/com/ververica/cdc/connectors/sqlserver/table/SqlServerTableFactory.java
Show resolved
Hide resolved
.../main/java/com/ververica/cdc/connectors/sqlserver/source/dialect/SqlServerChunkSplitter.java
Outdated
Show resolved
Hide resolved
GOODBOY008
force-pushed
the
master-sqlserver
branch
from
June 2, 2023 05:46
448aa21
to
058f726
Compare
GOODBOY008
force-pushed
the
master-sqlserver
branch
from
June 2, 2023 05:57
058f726
to
5551194
Compare
ruanhang1993
approved these changes
Jun 2, 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.
This was referenced Jun 2, 2023
ChaomingZhangCN
pushed a commit
to ChaomingZhangCN/flink-cdc
that referenced
this pull request
Jan 13, 2025
* [sqlserver] Sqlserver incremental source --------- Co-authored-by: gongzhongqiang <[email protected]>
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.
Link #1212 and #1570 .
Impl incremental source for sqlserver connector.