alamb opened a new issue, #8035: URL: https://github.com/apache/arrow-rs/issues/8035
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** - Part of https://github.com/apache/arrow-rs/issues/8000 - Related to https://github.com/apache/arrow-rs/issues/7983 **Describe the solution you'd like** I would like to explain the benefits of a push decoder in a more digestable format than a PR (even if the code is well documented :bowtie: ) I think this will also help reviewers **Describe alternatives you've considered** Idea is to write a blog post about the push parquet decoder, and how it can be used to offer more fine grained control over IO and CPU work in the parquet reader. The blog post would cover: 1. Motivation: why do we need a push decoder? 2. Design: how does the push decoder work? 3. Examples: how to use the push decoder in practice 4. Performance: how does the push decoder perform compared to the existing parquet reader? 5. Future work: what are the next steps for the push decoder? **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
