The GitHub Actions job "ASAN and UBSAN Tests" on iceberg-cpp.git/main has succeeded. Run started by GitHub user wgtmac (triggered by wgtmac).
Head commit for run: b8f5c49f5dd62276e902f49c01efda1336f35da1 / Xinli Shang <[email protected]> feat: Add error collection pattern to PendingUpdate (#358) Implement error vector collection pattern in PendingUpdateTyped to allow builder methods to accumulate validation errors instead of failing fast. This enables users to see all validation issues at once rather than fixing them one by one. Changes: - Add protected error collection methods (AddError, CheckErrors, HasErrors, ClearErrors) to PendingUpdateTyped base class - Add std::vector<Error> errors_ member to collect validation errors - Update PendingUpdate documentation with usage examples Pattern follows TableMetadataBuilder implementation. --------- Co-authored-by: Gang Wu <[email protected]> Report URL: https://github.com/apache/iceberg-cpp/actions/runs/19844019941 With regards, GitHub Actions via GitBox
