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

Aggregation queries not (yet) supported by the emulator #319

Open
stickfigure opened this issue Dec 2, 2023 · 3 comments
Open

Aggregation queries not (yet) supported by the emulator #319

stickfigure opened this issue Dec 2, 2023 · 3 comments
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@stickfigure
Copy link

Trying to run aggregation queries in the emulator produces this error:

com.google.datastore.v1.client.DatastoreException: Method google.datastore.v1.Datastore/RunAggregationQuery is unimplemented, code=UNIMPLEMENTED

This is causing problems for Objectify users because count() is now implemented as an aggregation. Great for production, but tests no longer work :-(

@stickfigure stickfigure added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Dec 2, 2023
@kolea2 kolea2 added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Feb 21, 2024
@drehelis
Copy link

We'd really like to have this implemented in the emulator 🙏🏻

@amir20001
Copy link

Any updates on this? it would be nice to be able to test the new aggregations.

@uroshekic
Copy link

Any updates on this? We would need this feature as well, for our integration tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

5 participants