You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :-(
The text was updated successfully, but these errors were encountered:
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
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
Trying to run aggregation queries in the emulator produces this error:
This is causing problems for Objectify users because
count()
is now implemented as an aggregation. Great for production, but tests no longer work :-(The text was updated successfully, but these errors were encountered: