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
metadata pagination: last page wasn't always handled
Seem like there was a bug in metadata pagination
that it was breaking on the notice no next page
while no yeilding the parsed rows of that last page
in most cases since the defaut of rows per page is 1000
that was enough, but in the case there were more keyspaces
then that limit, some of the keyspaces were missed
and it was failing the SCT test.
Fix: #174
0 commit comments