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

Query: Expand navigations in Selector/Include in one pass #18625

Merged
merged 1 commit into from
Oct 30, 2019

Conversation

smitpatel
Copy link
Member

Issue: Earlier we expanded navigation in selector and include in separate phase. This causes issue because if the latter visitor expands a reference navigation then former visitor's collection expansions have incorrect references.
Fix: Fix is to make include expansion part of selector expansion as next phase. So by the time we apply include, the correlation predicate in collection hasn't been converted to actual reference. So when it gets converted, it takes correct reference.

Also apply pending selector inside lambda expression since it is a subquery. This caused issue when subquery has a projection which has navigation to expand, which we never visited.

Resolves #18127
Resolves #18090
Resolves #17852
Resolves #17756

@smitpatel smitpatel requested a review from maumar October 28, 2019 20:10
@smitpatel smitpatel force-pushed the smit/MyCuteNavigations branch 2 times, most recently from 66bc6fc to 4cda7b2 Compare October 28, 2019 21:10
@ajcvickers
Copy link
Member

/cc @Pilchie

@smitpatel
Copy link
Member Author

@maumar - Updated.

Issue: Earlier we expanded navigation in selector and include in separate phase. This causes issue because if the latter visitor expands a reference navigation then former visitor's collection expansions have incorrect references.
Fix: Fix is to make include expansion part of selector expansion as next phase. So by the time we apply include, the correlation predicate in collection hasn't been converted to actual reference. So when it gets converted, it takes correct reference.

Also apply pending selector inside lambda expression since it is a subquery. This caused issue when subquery has a projection which has navigation to expand, which we never visited.

Resolves #18127
Resolves #18090
Resolves #17852
Resolves #17756
@smitpatel smitpatel merged commit 47f6cef into release/3.1 Oct 30, 2019
@smitpatel smitpatel deleted the smit/MyCuteNavigations branch October 30, 2019 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants