-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Weak collections not included in group join #12583
Comments
The problem is in The fix is to find the qsre in any expression that the rewriter produces. |
Problem is actually somewhere else. Initially, when we construct Inlcude trees we can't associate qsre from grouping
with the qsre that include operator was declared on:
|
example that doesn't involve weak collections: #13083 |
Blocked by the decision on #17068 |
@AndriySvyryd - decision on #17068 has been made. What should we do with this now? |
Can close and delete/disable the test |
Removed in #19017 |
See
ComplexNavigationsWeakQueryTestBase.Include_with_groupjoin_skip_and_take
The text was updated successfully, but these errors were encountered: