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:
20c4f2594bb8f0020141e845768844363e702763 / 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/20360898751

With regards,
GitHub Actions via GitBox

Reply via email to