luoyuxia commented on PR #21676:
URL: https://github.com/apache/flink/pull/21676#issuecomment-1385110220
@lincoln-lil Thanks for reviewing. I have addressed your comments about the
first commits.
The test failure is about the error message donesn't match,
```
Expecting message to be:
"Can't perform deletion for table default_catalog.default_database.t for
the corresponding dynamic table sink haven't implement SupportsRowLevelDelete."
but was:
"Can't perform deletion for the table default_catalog.default_database.t for
the corresponding dynamic table sink haven't implement
org.apache.flink.table.connector.sink.abilities.SupportsRowLevelDelete."
```
Since it's introduced by the second commits, I'll fix it while addressing
comments about the second commits.
--
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]