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
logictest: fix probable flake around using old stats cache entry
We just saw a failure in a logic test that verifies the number of
parallel lookup joins based on the recently added heuristic. I couldn't
immediately reproduce it, but I think what happened was that we used
a stale stats cache entry which didn't pick up the newly-collected table
stats. In this test we need precise control of which stats are used, so
this commit clears the stats cache before each query where we need it.
Release note: None
0 commit comments