You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(athena): ensure thread safety when reading local Athena cache (#3137)
Wrapped the loop in `_LocalMetadataCacheManager.get_queries` with a lock to ensure thread safety when accessing the cache. This prevents potential race conditions in multithreaded environments.
0 commit comments