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
fix join column handling logic for On and Using constraints (#605)
* fix join column handling logic for `On` and `Using` constraints
* handling join column expansion during USING JOIN planning
get rid of shared field and move column expansion logic into plan
builder and optimizer.
* add more comments & fix clippy
* add more comment
* reduce duplicate code in join predicate pushdown
0 commit comments