nastra commented on issue #6262: URL: https://github.com/apache/iceberg/issues/6262#issuecomment-1326203246
I don't think it's supported to perform **overwrites** when streaming is enabled. When streaming is enabled, Iceberg will use [Incremental scans](https://github.com/apache/iceberg/blob/master/flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/source/FlinkSplitPlanner.java#L123) and those do not support [overwrites](https://github.com/apache/iceberg/blob/8b8a1038609610873c7d40023b4fc98ba341a502/core/src/main/java/org/apache/iceberg/IncrementalDataTableScan.java#L140-L145). -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org