wgtmac commented on PR #576: URL: https://github.com/apache/iceberg-cpp/pull/576#issuecomment-4055715189
I just recall a design flaw in the interaction between PendingUpdate and Transaction and created a fix: https://github.com/apache/iceberg-cpp/pull/591. Without this fix, users have to cache all created pending update instances, otherwise they cannot retry them since they are weak_ptr in the transaction instance. -- 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]
