The GitHub Actions job "Go" on iceberg-go.git/main has succeeded.
Run started by GitHub user zeroshade (triggered by zeroshade).

Head commit for run:
c66aacd4d2e0ad4671c7671d0aac8f465ec7d7e3 / Vincent Janelle 
<[email protected]>
fix data race in yieldDataFiles (#650)

The err variable was being written by a goroutine (lines 157-158)
while simultaneously being read by the iterator (lines 168, 173).

Use a channel to defer reading the error until after the goroutine
completes and the output channel is closed.

Report URL: https://github.com/apache/iceberg-go/actions/runs/20437128075

With regards,
GitHub Actions via GitBox

Reply via email to