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
The current gather_filters_for_pushdown for the projection exec makes no attempt to invert aliases so that filters on aliased fields can be pushed down to child nodes. In future it would make sense to do so.