codename-hub / php-parquet

PHP implementation for reading and writing Apache Parquet files/streams
Other
58 stars 8 forks source link

Unable to read RLE_DICTIONARY encoded columns #13

Closed eisberg closed 2 years ago

eisberg commented 2 years ago

For a detailed description of the problem, see the .net repository: https://github.com/aloneguid/parquet-dotnet/issues/107

About Encodings: https://github.com/apache/parquet-format/blob/master/Encodings.md#dictionary-encoding-plain_dictionary--2-and-rle_dictionary--8

Katalystical commented 2 years ago

Thanks for the contribution. This is already implemented on the upcoming feature branch https://github.com/codename-hub/php-parquet/tree/feature/datapage-v2

Closing. I'm preparing a merge.