yuzelin opened a new issue, #989: URL: https://github.com/apache/incubator-paimon/issues/989
### Search before asking - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar. ### Motivation Take new `DELETE` syntax in Flink 1.17 as a instance. The flink sink can implement `SupportsDeletePushDown`. But when should the sink apply pushdown? In my opinion, if the filter is very simple, such as delete one row, delete whole table, the cost of pushdown is low; but if the filter is too complex, the cost of pushdown maybe high, so it's better to let flink to do the job. ### Solution _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] 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: issues-unsubscr...@paimon.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org