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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to