The GitHub Actions job "C++ Linter" on iceberg-cpp.git/pending_update has 
failed.
Run started by GitHub user shangxinli (triggered by shangxinli).

Head commit for run:
c491a7f21166be67309d6d9816c9d0c12ec979e6 / Xinli Shang <[email protected]>
feat: add PendingUpdate interface for table changes

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.

Report URL: https://github.com/apache/iceberg-cpp/actions/runs/19545131802

With regards,
GitHub Actions via GitBox

Reply via email to