Query: Distinct GroupBy fails for InMemory #9591
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Query
Fails in assertion
Query Plan
The issue is Distinct is being applied on ValueBuffers which is not going work hence we generate duplicate entries in grouping. The root cause is we are optimizing away the selector in
EntityQueryModelVisitor.VisitSelectClause
to skip for GroupBy or All result operator. But we cannot do that if there are other result operators.Disabling test for inmemory for now.
The text was updated successfully, but these errors were encountered: