morozov opened a new pull request, #4014: URL: https://github.com/apache/flink-cdc/pull/4014
There are two problems: 1. Invalid SQL query for listing tables. 2. Invalid serialization of `TableId`s. The latter is similar to #4000, which wasn't fixed consistently across the codebase. Besides making the database name quoted in SQL, I modified the implementation of `SqlServerUtils#quote()` – it should not only enclose the name in square brackets but also escape the closing square bracket. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org