HeartLinked opened a new issue, #179:
URL: https://github.com/apache/iceberg-cpp/issues/179

     ## Summary
     Implements the metadata inheritance system for manifest entries, enabling 
proper inheritance of
     snapshot_id, sequence_number, and file_sequence_number from manifest list 
to manifest entries.
   
     ## Changes
     - Add `InheritableMetadata` interface with `BaseInheritableMetadata`, 
`EmptyInheritableMetadata`, and
      `CopyInheritableMetadata` implementations
     - Add `InheritableMetadataFactory` for creating appropriate metadata 
inheritance instances
     - Integrate metadata inheritance into `ManifestReaderImpl::Entries()` 
method
   
     ## Test Plan
     - Existing manifest reader tests pass with inherited metadata
     - Inheritance logic properly handles snapshot_id, sequence_number, and 
file_sequence_number fields
   
   This is to be completed in #178 .


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