luoyuxia commented on issue #1594: URL: https://github.com/apache/fluss/issues/1594#issuecomment-3226498082
> > [@luoyuxia](https://github.com/luoyuxia) what do you think about this? Can this simply implemented via the `org.apache.fluss.flink.sink.FlinkTableSink#applyRowLevelDelete`? > > Thanks for raising the pr. Yes, we definitely can support it by just implement `org.apache.fluss.flink.sink.FlinkTableSink#applyRowLevelDelete` Oh..Wait... But it also requires Fluss Flink source supports batch read since it must scan the dataset to find the rows to delete... But general batch read is not supported now(only lake enabled table supports batch read).... -- 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]
