Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The parquet community is considering adding new encodings to the format.
One proposed encoding is:
Describe the solution you'd like
I would like someone(s) to create a branch of arrow-rs 's parquet reader and implement this proposed encoding in the context of parquet to see how it would work.
This would involve likely
- Adding a new encoding to the metadata: source link
- Add the appropriate encoder/decoders in parquet (existing code)
- Add some basic tests showing data could be round tripped with these encodings: examples of similar tets here
- Add some benchmarks: examples of similar benchmarks
Here are some existing crates
Describe alternatives you've considered
Additional context
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The parquet community is considering adding new encodings to the format.
One proposed encoding is:
Describe the solution you'd like
I would like someone(s) to create a branch of arrow-rs 's parquet reader and implement this proposed encoding in the context of parquet to see how it would work.
This would involve likely
Here are some existing crates
Describe alternatives you've considered
Additional context