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

   ### Purpose
   
   Linked issue: No linked issue
   
   This change adds schema representation and schema management support.
   
   Included changes:
   
   - Schema public API:
     - Adds `include/paimon/schema/schema.h` for schema-related public 
definitions.
   - Table schema utilities:
     - Adds `TableSchema` support for table schema fields, options, 
identifiers, and serialization behavior.
     - Adds unit coverage for table schema construction, field access, option 
handling, and JSON conversion.
   - Schema manager utilities:
     - Adds schema manager support for locating and loading table schema 
metadata.
     - Adds unit coverage for schema manager behavior.
   
   ### Tests
   
   Not run. Local compile, CMake, and gtest environment checks are not part of 
this PR description.
   
   Test coverage included in this change:
   
   - `TableSchemaTest`
   - `SchemaManagerTest`
   
   ### API and Format
   
   This change adds public schema API in `include/paimon/schema/schema.h`.
   
   No storage format or protocol changes.
   
   ### Documentation
   
   No documentation changes required.
   
   ### Generative AI tooling
   
   Generated-by: Aone Copilot
   


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