Skip to content

Datastore query offsets are not working as it supposed to  #4675

@ibrahim-abuelalaa

Description

@ibrahim-abuelalaa

This is a weird behaviour when setting the offset parameter so I have 9825 entities and

len(list(client.query(kind="Foo").fetch()))

Will yield 9825, but

len(list(client.query(kind="Foo").fetch(offset=1)))

will yield 9808

Metadata

Metadata

Assignees

Labels

api: datastoreIssues related to the Datastore API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions