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
Under some conditions (without a simple test case, unfortunately), if (a) some view contains unions/aggregations inside, (b) this view has expression based columns and (c) this view is used in outer joins with other streams and the join condition involves the view columns (expressions), then an outer join may be optimized badly.
Submitted by: @dyemanov
Under some conditions (without a simple test case, unfortunately), if (a) some view contains unions/aggregations inside, (b) this view has expression based columns and (c) this view is used in outer joins with other streams and the join condition involves the view columns (expressions), then an outer join may be optimized badly.
Commits: 3a3512d
The text was updated successfully, but these errors were encountered: