kris-gaudel opened a new pull request, #2993:
URL: https://github.com/apache/iceberg-python/pull/2993

   <!--
   Thanks for opening a pull request!
   -->
   
   <!-- In the case this PR will resolve an issue, please replace 
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
   <!-- Closes #${2952} -->
   
   Closes #2952 
   
   # Rationale for this change
   Through discussion in issue #2325, we realized that there was a memory leak 
in the manifest cache. PR https://github.com/apache/iceberg-python/pull/2951 
fixed this memory leak, but we decided that it would be best for developer 
experience if we developers could configure the cache for their needs. 
   
   This includes the ability to disable/enable the manifest cache, and 
configure its size
   
   ## Are these changes tested?
   Yes - unit tests are included to verify these changes
   
   ## Are there any user-facing changes?
   Yes - `PYICEBERG_MANIFEST__CACHE__ENABLED` can be used to enable/disable the 
cache, and `PYICEBERG_MANIFEST__CACHE__SIZE` can be used to configure the size 
of the manifest cache
   
   <!-- In the case of user-facing changes, please add the changelog label. -->
   


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