ironSource / parquetjs

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

implement dictionary encoding & dictionary pages #3

Open asmuth opened 7 years ago

ZJONSSON commented 6 years ago

:+1:

t-my commented 5 years ago

Any news on this?

Abhilash-Potharaju commented 5 years ago

Not yet bro.

On Wed 6 Mar, 2019, 10:17 PM Tuomas-Matti Soikkeli, < notifications@github.com> wrote:

Any news on this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ironSource/parquetjs/issues/3#issuecomment-470183696, or mute the thread https://github.com/notifications/unsubscribe-auth/AKrd8QMnd_ZZPCFM4u4F2XhjlhlXl-8Qks5vT_EugaJpZM4Pd66G .

ZJONSSON commented 5 years ago

You can find dictionary work here https://github.com/ZJONSSON/parquetjs/blob/master/lib/reader.js#L581-L591 - not yet a PR to this repo. (the master is published as /parquetjs-lite)

t-my commented 5 years ago

You can find dictionary work here https://github.com/ZJONSSON/parquetjs/blob/master/lib/reader.js#L581-L591 - not yet a PR to this repo. (the master is published as /parquetjs-lite)

Excellent, thank you @ZJONSSON. I will look into that.

Is there anything I could help to make this happen?