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 a tree of joins, the output columns of the parent joins should be pushed down to the children joins such that they don't emit columns that are never used (either used in join conditions or being emitted by parent).
The text was updated successfully, but these errors were encountered:
In a tree of joins, the output columns of the parent joins should be pushed down to the children joins such that they don't emit columns that are never used (either used in join conditions or being emitted by parent).
The text was updated successfully, but these errors were encountered: