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
Sometimes we display qualifiers in plan's Display, e.g. for `Column`,
but sometimes not. This adds qualifiers to output for `SubqueryAlias`
and in `LogicalPlan::display_indent_schema`. Qualifiers are sometimes
necessary to understand the plan semantics, especially when dealing with
duplicate names, e.g. in joins.
0 commit comments