stargate / data-api

JSON document API for Apache Cassandra (formerly known as JSON API)
https://stargate.io
Apache License 2.0
14 stars 16 forks source link

(tables) nextPageState always null for find on tables #1677

Closed hemidactylus closed 1 week ago

hemidactylus commented 1 week ago

(Note: tested on main, as of commit eea2d1211d24377e56fbbfdd2deb5b233b78ae26 (Fri Nov 8 14:30:17 2024 -0800))

A simple find on a table with more than 20 items, just a primary key filter or even nothing at all, returns up to 20 documents and always a null nextPageState even when there are indeed more matches.

amorton commented 1 week ago

it's a bug, worked out the fix, will update soon