shtripat opened a new pull request, #639:
URL: https://github.com/apache/iceberg-go/pull/639

   The metadata-log trimming logic was reading 
write.metadata.previous-versions-max from the base metadata instead of the 
updated properties being built. This caused the property to always use the 
default value (100) even when explicitly set to a different value during table 
updates.
   
   ## Motivation and Context
   Fixes metadata file retention - when clients set 
write.metadata.previous-versions-max=2, the metadata-log should contain only 2 
previous entries, not all historical entries.


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