ironSource / parquetjs

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

Allow commas in headers #118

Open bartero opened 3 years ago

bartero commented 3 years ago

First of all thank you for keeping up this library project.

The motivation behind this PR is to solve the problem https://github.com/ironSource/parquetjs/issues/117 In one sentence this PR extends the capability of this library to support commas in schema headers :-)

As a by product also included:

I tried to be careful not to impose any unexpected side effects. I extended the read/write tests to cover the new case. I hope this PR meets your standards. I am open for discussion and criticism.

With regards, Bartłomiej