ZJONSSON / parquetjs

fully asynchronous, pure JavaScript implementation of the Parquet file format
MIT License
34 stars 61 forks source link

Fix for #58, fromPrimitive_TIMESTAMP_MICROS (TypeError when dividing a string by BigInt) #65

Open ricjd opened 3 years ago

ricjd commented 3 years ago

I have a parquet file, which sometimes gives me bigint and sometimes int.

Taking into consideration fix in #59, created this PR