-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Query: Disallow client evaluation of queryable methods in projection #17264
Comments
This may have been fixed by @ajcvickers changes for client eval exception. Relevant tests are in |
Also this needs to go in 3.0 |
Taking a look. |
After re-thinking, realized that existing change wouldn't fix this. Above block is supposed to throw when failing to translate. (It is bit different pattern though we are also short-circuiting using queryable method translator when translating queryable methods) |
If subquery in projection fails to translate we try to client eval outside of Select in subquery. Which is against the design. (As a where which did not go to server will fetch extra data).
The text was updated successfully, but these errors were encountered: