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

Bubble up nullability for IN+subquery in SqlNullabilityProcessor #32849

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

roji
Copy link
Member

@roji roji commented Jan 17, 2024

To take a break from the heavier query architecture stuff, here's a small thing that improves null semantics rewriting for IN+subquery, doing full nullability analysis on the subquery projection, rather than the very shallow "if it's a column" thing we were doing before (and without double visitation).

@roji roji requested a review from maumar January 17, 2024 11:09
@roji roji force-pushed the InSubqueryNullability branch 2 times, most recently from 09bf1d2 to 0ebde2d Compare January 17, 2024 11:13
@roji roji changed the title Bubble up nullability for scalar subquery in SqlNullabilityProcessor Bubble up nullability for IN+subquery in SqlNullabilityProcessor Jan 17, 2024
@roji roji merged commit 1e01964 into dotnet:main Jan 22, 2024
7 checks passed
@roji roji deleted the InSubqueryNullability branch January 22, 2024 07:22
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.

2 participants