Carl-Zhou-CN commented on code in PR #10422:
URL: https://github.com/apache/seatunnel/pull/10422#discussion_r2750833779


##########
seatunnel-connectors-v2/connector-cdc/connector-cdc-sqlserver/src/main/java/io/debezium/connector/sqlserver/SqlServerConnection.java:
##########
@@ -705,6 +705,20 @@ public Table getTableSchemaFromTable(String databaseName, 
SqlServerChangeTable c
                         changeTable.getSourceTableId().table(),
                         null)) {
             while (rs.next()) {
+                // `tableNamePattern` is treated as a SQL LIKE pattern by many 
drivers, so filter

Review Comment:
   Why is only qlserver rather special?



-- 
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]

Reply via email to