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

Query: Preserve selector for Count/LongCount #27893

Open
smitpatel opened this issue Apr 27, 2022 · 0 comments
Open

Query: Preserve selector for Count/LongCount #27893

smitpatel opened this issue Apr 27, 2022 · 0 comments

Comments

@smitpatel
Copy link
Member

Currently we remove the selector for queries involving Count/LongCount. This helps us in running query even if it has client evaluation.
But in cases of group by we may need to do count over particular property to avoid issues like #27130 So we should preserve selector for such cases. We could apply this initially for queries which are on grouping element only. We would throw if we fail to translate selector for those cases in #27130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants