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
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:
Go to '...'
Click on '....'
Scroll down to '....'
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: