etseidl commented on PR #5486: URL: https://github.com/apache/arrow-rs/pull/5486#issuecomment-2226957085
> Update: what do you think about doing incremental PRs to a feature branch? #6050 Sounds good to me. We can all use #6050 to discuss deconfliction in the event of conflicts. And we can afford to be a bit more free wheeling too 😄. For instance, I have a branch for changing the `offset_index` in `ParquetMetaData` to a `Vec<Vec<ParquetOffsetIndex>>`. I almost submitted that PR, but held back because the ripple of changes throughout the parquet code was a bit more than I expected. With the feature branch, I'll feel more comfortable going at a slower rate (add the variable length stats gathering, then change the API, then add histograms, then (perhaps) change the column index API to be consistent with the offset index. Thank you for helping to coordinate all this ❤️ -- 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]
