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

fix(query): handle casting $switch in $expr #14755

Merged
merged 2 commits into from
Jul 23, 2024
Merged

Conversation

vkarpov15
Copy link
Collaborator

@vkarpov15 vkarpov15 commented Jul 21, 2024

Fix #14751

Summary

Incorrect handling for $switch in cast$expr()

Examples

@vkarpov15 vkarpov15 added this to the 8.5.2 milestone Jul 23, 2024
@vkarpov15 vkarpov15 merged commit 8be1ae8 into master Jul 23, 2024
46 checks passed
vkarpov15 added a commit that referenced this pull request Jul 23, 2024
@hasezoey hasezoey deleted the vkarpov15/gh-14751 branch July 23, 2024 17:06
vkarpov15 added a commit that referenced this pull request Jul 26, 2024
fix(query): handle casting $switch in $expr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$switch in $expr in filter query failed: Cannot read properties of undefined (reading 'map')
2 participants