adriangb commented on PR #6000:
URL: https://github.com/apache/arrow-rs/pull/6000#issuecomment-2224470806

   I've made some progress. I made a (very rough) metadata writer that is used 
internally by `SerializedFileWriter` and can encode from a `ParquetMetadata`. 
My plan of attack from here:
   1. Implement reading of metadata without needing to have the entire file 
available. There's already `MetadataLoader` as pointed out in 
https://github.com/apache/arrow-rs/issues/6002#issuecomment-2208748759 but it 
wants to read metadata from an entire file and I think needs to be refactored 
to be able to load metadata when that's all you have.
   2. Get feedback here on the APIs (they really aren't pretty).
   3. Add roundtrip tests.


-- 
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]

Reply via email to