Skip to content

Avoid lifting CREATE_FILTERs across binding-changing operators - #20

Open
jianhongshi123 wants to merge 1 commit into
robust-sql:mainfrom
jianhongshi123:dev/fix_create_filter_lifting
Open

Avoid lifting CREATE_FILTERs across binding-changing operators#20
jianhongshi123 wants to merge 1 commit into
robust-sql:mainfrom
jianhongshi123:dev/fix_create_filter_lifting

Conversation

@jianhongshi123

Copy link
Copy Markdown
Contributor

CREATE_FILTER lifting could go across operators that change column bindings. This caused the LOGICAL_FILTER projection map to no longer match the column bindings of the deeper LOGICAL_GET, resulting in binding errors.

This PR stops CREATE_FILTER lifting when the column bindings change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant