etseidl commented on PR #7624: URL: https://github.com/apache/arrow-rs/pull/7624#issuecomment-2956466993
Thanks for all your recent work on query improvement @zhuqi-lucas. Great stuff! 😄 I know this is draft, but if I could offer one suggestion early on it would be to not pass the column_ids around, but instead add an `Option<Vec<usize>>` to `ParquetMetaDataReader` as well as a `with_column_ids` function. That will allow for less internal API thrash. -- 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]
