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 dangling pointer issue when mix data from diffrent ORCA caches
When execute many sql statements in a session, it maybe panic. Cause a
kind of cache will refer another cache, but another cache's entries will
be evicted over time and lead to dangling pointer. So deep copy is
sometimes neccesary.
0 commit comments