The GitHub Actions job "Required Checks" on 
texera.git/fix/iceberg-write-fatal-fallback has succeeded.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
b215402d9e78c1b37915e97893784b316f34360d / Yicong Huang 
<[email protected]>
fix(amber): close() writer in finally + cover putOne failure paths

Address review: a putOne failure mid-loop bypassed close() and leaked
the underlying writer's file handles. Move close() into a finally
clause; if both legs fail, attach close()'s exception as suppressed on
the original.

Tests: rework StubWriter to take onPutOne/onClose thunks, add a
putOne-failure test (asserts close() still ran) and a both-fail test
(asserts the original is captured with the close() failure as
suppressed).

Report URL: https://github.com/apache/texera/actions/runs/25420514555

With regards,
GitHub Actions via GitBox

Reply via email to