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
I think when Jeremiah was experimenting with optimizations, he didn't
finish changing column names. Several of them were referencing QueryPlan
in our global temp table rather than query_plan in our local temp
tables, so the XML wasn't parsing correctly, and we were missing plan
information. I was able to remove the forced serialization check from
further down.
0 commit comments