Skip to content

Conversation

rstam
Copy link
Contributor

@rstam rstam commented Oct 1, 2025

No description provided.

@rstam rstam requested a review from sanych-sun October 1, 2025 17:31
@rstam rstam requested a review from a team as a code owner October 1, 2025 17:31
"{ $match : { ParentId : { $in : [1, 2, 3] }, Gender : 'Male' } }",
"{ $group : { _id : '$ParentId', _elements : { $push : '$$ROOT' } } }",
"{ $project : { Key : '$_id', Value : '$_elements', _id : 0 } }");
"{ $project : { k : '$_id', v : '$_elements', _id : 0 } }");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not call this a breaking change because it doesn't affect the results of the LINQ query.

Copy link
Member

@sanych-sun sanych-sun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rstam rstam merged commit fbb4139 into mongodb:main Oct 3, 2025
34 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants