filipaqsousa1 commented on issue #13489:
URL: https://github.com/apache/iceberg/issues/13489#issuecomment-3528829304

   Hello @asantoz 
   
   The workaround solves it, thank you for the suggestion!
   
   However, I think it might have an impact in the performance of the 
operation, because it would probably:
   
   - Evaluate 1 = 0 condition for every matched record
   - Plan for potential updates (even though they never happen)
   - Maintain update execution path in query plan
   
   So it would be great if this issue could be fixed by Iceberg.
   
   Thanks!


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