-
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
[debezium] Bump debezium version to 1.9.7.Final #2156
Conversation
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.
@tigrulya-exe Thanks for your great contributions, fix e2e failure, I just left some comments.
...c/src/main/java/com/ververica/cdc/connectors/mongodb/source/config/MongoDBSourceOptions.java
Outdated
Show resolved
Hide resolved
...-oracle-cdc/src/test/java/com/ververica/cdc/connectors/oracle/source/OracleSourceITCase.java
Show resolved
Hide resolved
flink-connector-debezium/src/main/java/com/ververica/cdc/debezium/DebeziumSourceFunction.java
Outdated
Show resolved
Hide resolved
8684c7f
to
6ed0ce7
Compare
@tigrulya-exe hi, Can you rebase to master branch and migrate sqlserver to dbz 1.9.7. |
6ed0ce7
to
8cef4af
Compare
@GOODBOY008 Hi, I rebased to master and migrated new SqlServer incremental source to the debezium 1.9.7, please take a look. Btw, I have no idea why Github decided to automatically close PR, I reopened it. |
3cd65c2
to
892af3f
Compare
Hi, @tigrulya-exe . Thanks a lot for the contribution. #1823 will use Incremental Snapshot Framework for Postgres CDC Connector. We will try to merge it as soon as possible. |
@ruanhang1993 Hello! Sure, I'll try to help. |
Hi, @tigrulya-exe . Thanks a lot for your help. ps: Oracle cdc bug fix #2215 also introduces a new debezium class. |
892af3f
to
b125ed8
Compare
@ruanhang1993 Hi, I've rebased the branch on master and adapted PostgreSQL incremental source to the new version of dbz. However, there are several failed tests, so could you please provide a list of not yet fixed tests in master? It will help me understand which tests are falling only due to my changes. |
@tigrulya-exe Thanks for your great contributions. @ruanhang1993 I think pg test fail should not be fixed in this pr. |
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.
@tigrulya-exe Thanks a lot for your great work. We will resolve PG cdc tests in another PR.
Co-authored-by: gongzhongqiang <[email protected]>
This PR upgrades Debezium version to 1.9.7.Final and uses @GOODBOY008 commit from #1236 as basis.