-
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
Query :: error during groupjoin flattening for complex query with multiple joins subquery and LOJ #4749
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Comments
maumar
added a commit
that referenced
this issue
Jul 19, 2016
… query with multiple joins subquery and LOJ Problem was that we tried to lift queries that we shouldn't have - i.e. GroupJoin whose ShapedQuery elements were wrapped in Select. Fix is to check the shape of the expression before performing the lifting - we do similar thing for SelectMany already.
maumar
added a commit
that referenced
this issue
Jul 20, 2016
… query with multiple joins subquery and LOJ Problem was that we tried to lift queries that we shouldn't have - i.e. GroupJoin whose ShapedQuery elements were wrapped in Select. Fix is to check the shape of the expression before performing the lifting - we do similar thing for SelectMany already. CR: Andrew
maumar
added a commit
that referenced
this issue
Jul 20, 2016
… query with multiple joins subquery and LOJ Problem was that we tried to lift queries that we shouldn't have - i.e. GroupJoin whose ShapedQuery elements were wrapped in Select. Fix is to check the shape of the expression before performing the lifting - we do similar thing for SelectMany already. CR: Andrew
maumar
added a commit
that referenced
this issue
Jul 20, 2016
… query with multiple joins subquery and LOJ Problem was that we tried to lift queries that we shouldn't have - i.e. GroupJoin whose ShapedQuery elements were wrapped in Select. Fix is to check the shape of the expression before performing the lifting - we do similar thing for SelectMany already. CR: Andrew
maumar
added a commit
that referenced
this issue
Jul 21, 2016
… query with multiple joins subquery and LOJ Problem was that we tried to lift queries that we shouldn't have - i.e. GroupJoin whose ShapedQuery elements were wrapped in Select. Fix is to check the shape of the expression before performing the lifting - we do similar thing for SelectMany already. CR: Andrew
fixed in 9a34e1d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
query:
model:
Expression that is being flatten:
The text was updated successfully, but these errors were encountered: