soma-smart / Fakelake

Generate massive fake datasets for your datalake, fast. By SOMA
https://soma-smart.github.io/Fakelake/
MIT License
17 stars 1 forks source link

[Bug] i64 start option for increment integer provider panics #24

Closed vianneybacoup closed 6 months ago

vianneybacoup commented 6 months ago

When using the Increment.integer provider, with the start option, if the value given cannot be converted to i32 (so, higher than i64), the code will panic.

The Random.Number.i32 provider can be used as example as it has an extra check.

vianneybacoup commented 6 months ago

It's not happening actually