skandasa23 commented on issue #2764:
URL: https://github.com/apache/iceberg/issues/2764#issuecomment-889669914


   [Deleted my previous comment, hadn't tried out overwrite earlier]
   Thank you @rdblue for the comment, makes sense to mark the operation as 
overwrite.
   I'd a look at the code 
[here](https://github.com/apache/iceberg/blob/90225d6c9413016d611e2ce5eff37db1bc1b4fc5/core/src/main/java/org/apache/iceberg/IncrementalDataTableScan.java#L113),
 for incremental downstream consumers only "append" snapshots are being 
considered , delete is ignored and overwrite results in exception. 
   Is there a plan to propagate the mutations of delete/overwrite operations as 
well in future? @rdsr thoughts?


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