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

Field "total_rows" is handled as "long" instead of "int" #242

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

arbesu
Copy link

@arbesu arbesu commented Nov 25, 2015

When the database has a large number of documents (around 2500 million documents), the parsing of a query response may crash with an "integer out of range" kind of error, because the content of "total_rows" exceeds the max value for an integer variable.

…esponses are parsed.

When the database has a large number of documents (really large, around 2500 million documents), queries may crash with an "integer out of range" kind of error.
@helun
Copy link
Owner

helun commented Dec 23, 2015

the pom versions should not be changed from SNAPSHOT

Copy link
Collaborator

@YannRobert YannRobert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please undo any change on pom.xml files

@arbesu
Copy link
Author

arbesu commented Mar 15, 2017

My fault. Pom files has been updated.

Thank you and best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants