Create the catalog and the table in Flink SQL Client and insert some lines into the table.
Set runtime-mode to 'batch'.
Try to delete some of the lines.
What doesn't meet your expectations?
Throwing an exception:
[ERROR] Could not execute SQL statement. Reason:
java.lang.UnsupportedOperationException: Can't perform delete operation of the table paimon.default.T because the corresponding dynamic table sink has not yet implemented org.apache.flink.table.connector.sink.abilities.SupportsRowLevelDelete.
Search before asking
Paimon version
Paimon 0.4.0-incubating
Compute Engine
flink-1.17.0
Minimal reproduce step
Following https://paimon.apache.org/docs/0.4/concepts/file-operations/
What doesn't meet your expectations?
Throwing an exception:
Anything else?
No response
Are you willing to submit a PR?