kris-gaudel commented on issue #2325:
URL: 
https://github.com/apache/iceberg-python/issues/2325#issuecomment-3225106223

   <img width="1106" height="450" alt="Image" 
src="https://github.com/user-attachments/assets/ee7109a2-721c-4197-8dc9-099ec3147047";
 />
   
   After 200 iterations
   
   
https://github.com/kris-gaudel/iceberg-python/commit/9638f51a093418945b8f9b220db640a0f6130f69
   
   I found this [YouTube 
video](https://www.youtube.com/watch?v=sVjtp6tGo0g&list=LL&index=4) to be 
relevant here, so I changed my approach so we can still utilize the cache. I 
created a class just for the manifest cache and implemented it's `__del__` 
function. The issue with the cache decorator is that it creates an assignment 
inside the class body, but is not bound to the instance itself so it is not GC'd
   
   @Declow Please try this out and lmk what you think


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