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

(regression) countDocuments returns a count capped at 20 for collections #1708

Closed
hemidactylus opened this issue Nov 13, 2024 · 2 comments · May be fixed by #1711
Closed

(regression) countDocuments returns a count capped at 20 for collections #1708

hemidactylus opened this issue Nov 13, 2024 · 2 comments · May be fixed by #1711

Comments

@hemidactylus
Copy link
Contributor

Hello, I detected a regression with "countDocuments" on main (at least for collection). If more than 20 documents, the API returns a count of 20. By bisection, I identified the first commit where this was introduced: 59d6b0c Fixes #1677 - page state returned (#1689)

@tatu-at-datastax
Copy link
Contributor

Interesting: we definitely should have test(s) for this case. Odd that there was no regression failure(s).

@Yuqi-Du
Copy link
Contributor

Yuqi-Du commented Nov 19, 2024

close, fixed by #1715

@Yuqi-Du Yuqi-Du closed this as completed Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants