ironSource / parquetjs

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

Do not use version 2 features by default #92

Open dobesv opened 4 years ago

dobesv commented 4 years ago

I've been told that parquet version 2 isn't considered released / production yet, so it would be better if this package did not emit that format by default.

It also isn't as well supported, e.g. parquet-cpp and BigQuery do not support it.