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

Integer Overflow when using Store operator #16

Open
Holzhaus opened this issue May 5, 2017 · 1 comment
Open

Integer Overflow when using Store operator #16

Holzhaus opened this issue May 5, 2017 · 1 comment

Comments

@Holzhaus
Copy link

Holzhaus commented May 5, 2017

When using the Store operator and an integer value is outside the value range of a 32 bit int (i.e. smaller than -2³¹ = -2.147.483.648 or bigger than 2³¹-1 = 2.147.483.647), the integer overflows and the smallest/largest possible number is saved in the repository. This happens silently, without raising an error.

Expected behaviour would be to detect if the number is outside the bounds of a 32 bit int and either:

  • use a 64 bit int instead, or
  • throw an error

EDIT: This is present in Rapidminer Studio 7.2.001, but probably also in 7.4.

@Preko
Copy link

Preko commented May 9, 2017

Thanks for the report. We have moved this to our internal issue tracker and will update here if we have a fix available.

Thanks, Zoltan

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

No branches or pull requests

2 participants