Xuanwo commented on PR #1854:
URL: https://github.com/apache/iceberg-rust/pull/1854#issuecomment-3532030505

   > I'm thinking is reasonable to split out `spec` part as a single minimum 
module? It just provide the memory representation of iceberg spec and 
de/serialize way. It can be evolve quickly and as a minimum module reuse by 
external user or inner module.
   
   I think that's an interesting idea. It’s fine to just expose a spec crate, 
but how useful would it be? For reading snapshots, manifest lists, and 
manifests, users still need a FileIO. Is there a use case that users just want 
to ser/de a manifest file?


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to