-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Implement nested identifier access ( "Nested identifiers not yet supported" ) #11445
Comments
take |
@alamb kinda stuck on this. I track down where the error is coming from. But don't know which datatype (I assume |
Sorry @kavirajk I am not super familar with the struct access so I can't offer any code specific suggestions What I would probably do is remove the check, then write some tests, and then work to get all the tests passing. |
Thanks @alamb good idea. |
Is your feature request related to a problem or challenge?
This came up on discord: https://discord.com/channels/885562378132000778/885562378132000781/1261359404197089443
Describe the solution you'd like
The query should work and return
20
Describe alternatives you've considered
Single level access works fine:
Additional context
No response
The text was updated successfully, but these errors were encountered: