ironSource / parquetjs

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

TIMESTAMP type #91

Open dobesv opened 4 years ago

dobesv commented 4 years ago

It seems like TIMESTAMP_MILLIS and TIMESTAMP_MICROS have been deprecated in favor of TIMESTAMP:

https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#timestamp

Probably be good to update this library to follow.