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 cyclic dependency between clients and sub clients
While the Python GC can handle those dependencies, it can cause latency spikes
when .option() is used for each query, which causes a lot of clients to be
garbage collected.
0 commit comments