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
opt: lazily initialize helper data in join reordering
Some equivalence groups and column sets are used during join reordering
only when there are inner-join edges. These data structures are no
longer initialized if there are no inner-join edges.
Release note: None
0 commit comments