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

Java int type leads to overflow for large tables #391

Open
janblom opened this issue Nov 14, 2023 · 0 comments
Open

Java int type leads to overflow for large tables #391

janblom opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
bug Priority WhiteRabbit Issue concerning the creation of scan report

Comments

@janblom
Copy link
Collaborator

janblom commented Nov 14, 2023

Describe the bug
WhiteRabbit scan use Java type int for row based statistics, leading to a maximum of 2147483647 processable rows.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
WhiteRabbit should be able to handle larger row counts. Basically, switch from int to long, but be aware of related issues (overflowing calculations).

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):
All platforms/versions

Additional context
First reported on the OHDSI forums here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Priority WhiteRabbit Issue concerning the creation of scan report
Projects
None yet
Development

No branches or pull requests

1 participant