Carl-Zhou-CN commented on code in PR #7713:
URL: https://github.com/apache/seatunnel/pull/7713#discussion_r1774366174
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mysql-e2e/src/test/java/org/apache/seatunnel/connectors/seatunnel/cdc/mysql/MysqlCDCIT.java:
##########
@@ -264,8 +264,8 @@ public void
testMysqlCdcCheckDataWithNoPrimaryKey(TestContainer container) {
@TestTemplate
@DisabledOnContainer(
value = {},
- type = {EngineType.SPARK, EngineType.FLINK},
- disabledReason = "Currently SPARK and FLINK do not support multi
table")
+ type = {EngineType.SPARK},
+ disabledReason = "Currently SPARK do not support multi table")
Review Comment:
spark already supports multiple tables, but not cdc
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]