-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[hotfix] [connector-cdc-oracle ] support read partition table #8265
Conversation
waiting for this pr start ci |
Please use rebase to merge the code |
62bc149
to
1088d6f
Compare
@hailin0 @dailai @Carl-Zhou-CN @Hisoka-X I encountered an issue where the update data in the e2e is: > Insert delete can run successfully
LogMinerEventRow{scn=2168886, tableId='ORCLCDB.DEBEZIUM.PARTITION_SOURCE_TABLE', tableName='PARTITION_SOURCE_TABLE', tablespaceName='DEBEZIUM', eventType=UPDATE, changeTime=2024-12-11T10:53:49Z, transactionId='0a000700fe040000', operation='UPDATE', userName='DEBEZIUM', rowId='AAAR4PAAHAAABGeAAA', rollbackFlag=false, rsId= 0x000006.0000264f.0010 , ssn=0, redoSql='update "DEBEZIUM"."PARTITION_SOURCE_TABLE" set "VAL_VARCHAR" = 'vc3' where "VAL_VARCHAR" = 'vc2';'} However, for non-partitioned tables, Debezium can correctly capture the SQL. Looking forward to your advice! |
Try to start logminer query sql logs form sql cmd |
...n/java/org/apache/seatunnel/connectors/seatunnel/cdc/oracle/utils/OracleConnectionUtils.java
Outdated
Show resolved
Hide resolved
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
...r-v2-e2e/connector-cdc-oracle-e2e/src/test/resources/oraclecdc_to_oracle_with_partition.conf
Outdated
Show resolved
Hide resolved
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 if ci passes
Purpose of this pull request
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.