adriangb commented on PR #6000: URL: https://github.com/apache/arrow-rs/pull/6000#issuecomment-2208729911
@alamb I pushed a fluentish API version of this. I got bogged down implementing the page index writing because there doesn't seem to be a clean path to go from `ColumnIndex` and `OffsetIndex` to the thrift `Index` and [`ColumnIndex`](https://github.com/adriangb/arrow-rs/blob/afa975d13c824a158c500e721bdad8f2f9fc23f8/parquet/src/format.rs#L4483). I think the thing is that the current writers never materialize a `ParquetMetadata` and thus forcing them to do so might introduce unnecessary overhead. Maybe the path to go from a `ParquetMetadata` to bytes shouldn't be merged with writers? I do think the readers could be merged. -- 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]
