Begunner opened a new issue, #1788:
URL: https://github.com/apache/incubator-paimon/issues/1788

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/incubator-paimon/issues) and found nothing 
similar.
   
   
   ### 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/
   1. Create the catalog and the table in Flink SQL Client and insert some 
lines into the table. 
   2. Set runtime-mode to 'batch'.
   3. 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.
   ```
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


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