lucasfang opened a new pull request, #87:
URL: https://github.com/apache/paimon-cpp/pull/87

   ### Purpose
   
   Linked issue: No linked issue
   
   This change adds manifest and index manifest support for Paimon C++.
   
   Included changes:
   
   - **Manifest core**:
     - Adds `ManifestFile`, `ManifestList`, `ManifestCommittable`, and 
`PartitionEntry` classes for managing table manifests and partition metadata.
     - Adds test coverage for manifest file operations, manifest list handling, 
committable serialization, and partition entry logic.
   
   - **Index manifest**:
     - Adds `IndexManifestEntry`, `IndexManifestEntrySerializer`, 
`IndexManifestFile`, and `IndexManifestFileHandler` for index file tracking and 
serialization.
     - Adds test coverage for index manifest entry serialization, index 
manifest file I/O, and handler workflows.
   
   ### Tests
   
   Not run. Local compile, CMake, and gtest environment checks are not part of 
this PR description.
   
   Test coverage included in this change:
   
   - `ManifestFileTest`
   - `ManifestListTest`
   - `ManifestCommittableTest`
   - `PartitionEntryTest`
   - `IndexManifestEntrySerializerTest`
   - `IndexManifestFileHandlerTest`
   
   ### API and Format
   
   This change adds public API in `src/paimon/core/manifest/`.
   
   No storage format or protocol changes.
   
   ### Documentation
   
   No documentation changes required.
   
   ### Generative AI tooling
   
   Migrate-by: Aone Copilot (Qwen-3.7-Max)
   


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