Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql/plan: Defer returning error from IndexedInSubqueryFilter.RowIter until the Next() call. #564

Merged
merged 1 commit into from Sep 23, 2021

Conversation

reltuk
Copy link
Contributor

@reltuk reltuk commented Sep 23, 2021

Fixes some interactions between INSERT IGNORE INTO and expressions which will
fail on evaluation.

This might be a credible strategy everywhere we .Eval within RowIter, for
example, in indexed_table_access.

…until the Next() call.

Fixes some interactions between INSERT IGNORE INTO and expressions which will
fail on evaluation.

This might be a credible strategy everywhere we .Eval within RowIter, for
example, in indexed_table_access.
Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@reltuk reltuk merged commit a3a9f92 into master Sep 23, 2021
@Hydrocharged Hydrocharged deleted the aaron/fix-insert-ignore-into-tests branch December 8, 2021 07:13
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.

None yet

2 participants