You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/01/29 09:52:24 UTC

[GitHub] [iceberg] pvary commented on pull request #2180: Fix flaky delete test

pvary commented on pull request #2180:
URL: https://github.com/apache/iceberg/pull/2180#issuecomment-769701554


   I think the main difference is that `HiveCatalogs` uses an internal `CATALOG_CACHE` so if you try to get the Catalog for the same URI multiple times you will get back the same instance. OTOH with the new implementation there is no cache, and if you request a catalog you will get back a new instance every time - the question is if this is an intended behavior or we can share the instances.
   
   CC: @lcspinter


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org