ironSource / parquetjs

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

How to open the existing parquet file in append mode? #109

Open npbirajdar opened 4 years ago

npbirajdar commented 4 years ago

The "appendRow" function seems to overwrite the data in already existing file. Please clarify on this in the documentation. I would like to append the data to already existing parquet file, how can I do this?

thomastraum commented 1 year ago

anyone figured this out