SuKi2cn opened a new pull request, #376: URL: https://github.com/apache/iceberg-cpp/pull/376
This PR implements the `UpdateProperties` pending update for table properties as described in issue #364. - Implemented the `UpdateProperties` pending update with `set`, `remove`, and `defaultFormat` APIs, and added catalog-backed commit support. - Wired up `TableMetadataBuilder` and `TableUpdate` to apply property modifications and generate update requirements. - Added unit tests covering apply/commit behavior for property updates, and included the new sources in the build. **Follow-up** Transaction wiring (e.g., `Transaction::UpdateProperties()`) is not included in this patch because the C++ transaction API is not yet available. A follow-up patch will integrate property updates into the transaction path once the underlying API is implemented. -- 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]
