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

   - Introduce `Transaction` class to manage multi-operation table updates.
   - Add `Table::NewTransaction()` and `Table::NewUpdateProperties()` to 
initiate updates.
   - Move `PendingUpdate` and `UpdateProperties` to `src/iceberg/update/` and 
refactor them to use the transaction mechanism.
   - Add `StagedTable` to represent tables with uncommitted changes.
   - Update `InMemoryCatalog` and `RestCatalog` to align with the new update 
flow.
   - Refactor `Table` to support metadata refresh and location management 
within transactions.
   - Add comprehensive tests for transactions and property updates.


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