shangxinli opened a new pull request, #334:
URL: https://github.com/apache/iceberg-cpp/pull/334

   Add PendingUpdate<T> template class that provides a builder pattern API for 
constructing and committing table metadata changes. This interface follows the 
Java PendingUpdate design with C++ idioms:
   
   - Apply() returns Result<T> with uncommitted changes for validation
   - Commit() returns Status and atomically commits changes to the table
   - Template parameter T allows type-safe results (Snapshot, Schema, etc.)
   
   The interface is designed for future implementations like AppendFiles, 
UpdateSchema, UpdateProperties, and other table update operations.
   
   


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