parquetjs icon indicating copy to clipboard operation
parquetjs copied to clipboard

Fix support for negative timestamps

Open alfaproject opened this issue 6 years ago • 1 comments

In the date conversion methods negative dates are not support and that doesn't allow to have people that were born before 1970 in our database.

Example: https://github.com/ironSource/parquetjs/blob/master/lib/types.js#L300

We created a patch to remove the negative check but it would be good to have it done here.

alfaproject avatar Nov 04 '19 08:11 alfaproject

Did you submit that change as a pull request?

dobesv avatar Dec 09 '19 23:12 dobesv