-
Notifications
You must be signed in to change notification settings - Fork 3
Specify how entities returned by $compute are explicitly included in the response #2059
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
Conversation
bf18ace
to
4a634f1
Compare
Raise an error if it can be determined from the type that $expand is not allowed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would expect that, if the type of the expression is deterministic (i.e., price mult quantity) then it must be used appropriately. If the type type of the expression is non-deterministic, then it is ignored in $expand.
Fixes #2047
Fixes #2063