The GitHub Actions job "Spark CI" on iceberg.git/refactor-commit-aggregation has failed. Run started by GitHub user aiborodin (triggered by aiborodin).
Head commit for run: 3c5fd2367cb66d5bc44c0ea6ffb3505f3b524671 / aiborodin <[email protected]> Refactor write result aggregation in dynamic sink DynamicWriteResultAggregator currently produces multiple committables per (table, branch, checkpoint), which get aggregated in the downstream committer. Refactor the commit aggregator to output only one committable per triplet. Clean up DynamicCommitter to remove assumptions of multiple commit requests per table, branch, and checkpoint. This requires serializing the aggregated WriteResult using multiple temporary manifest files for each unique partition spec because the Iceberg manifest writer requires a single spec per manifest file. We can improve this later by refactoring serialization in the following changes. Change-Id: I6d96c376ad9f3f04f864aef05966d5d0862ef051 Report URL: https://github.com/apache/iceberg/actions/runs/20836515972 With regards, GitHub Actions via GitBox
