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
In 291a548 we started introducing subqueries to handle discriminator predicates in queries with LEFT JOINs. Currently we project all columns in the inner SelectExpression individually, we could switch to SELECT [inner_table].*
This makes for smaller SQL but will also help in the future once we stop materializing everything in LEFT JOIN queries