pvary commented on issue #14251:
URL: https://github.com/apache/iceberg/issues/14251#issuecomment-3396628954

   > @pvary: Thx for your rsp. My Flink procedure only use DynamicRecord and 
setUpsert(true), I think it just only use EqualityDeletes. But at the same 
time, I use Trino to optimize (rewrite datafile), maybe it will introduce this 
error?
   
   This should be some internal Flink stuff. Most probably not related to the 
Trino optimization.
   Somehow a DataFile is generated, but we try to commit as a DeleteFile.
   
   That is why I'm asking if the sink has created any delete files already 
(some edge case issue), or the issue appears every time where there is an 
update (generic issue).


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