etseidl commented on PR #8599: URL: https://github.com/apache/arrow-rs/pull/8599#issuecomment-3402865202
Thanks for the fast review @alamb. I think this is it for `57.0.0` barring things like deprecating `format` (#8572) and the encodings API (https://github.com/apache/arrow-rs/pull/8587#discussion_r2421663226), adding more tests and fixing documentation (#8571). The next speedup will be skipping decoding of column chunk stats and encoding statistics. The latter can also become a bitmap to satisfy the only use I've heard of for the stats (enabling use of the dictionary for pruning). But enabling these optimizations is going to involve passing arguments down somehow (likely on the metadata readers) and may involve further breaking changes. -- 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]
