Kurtiscwright commented on issue #1576:
URL: https://github.com/apache/iceberg-rust/issues/1576#issuecomment-3146246933

   Looking deeper into this, did the previous PR get Manifest and ManifestList 
mixed up? I believe the schema for Manifest live in 
`crates/iceberg/src/spec/manifest/` which was updated in PR #1482 while the 
ManifestList schema seems to live at `crates/iceberg/src/spec/manifest_list.rs`
   
   Example from manifest_list.rs 
   ```rust
   static CONTENT: Lazy<NestedFieldRef> = {
           Lazy::new(|| {
               Arc::new(NestedField::required(
                   517,
                   "content",
                   Type::Primitive(PrimitiveType::Int),
               ))
           })
       };
   ```
   
   I can work on updating either or both if something was missed, just want to 
double check my understanding first though.


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