Herrtian opened a new pull request, #847: URL: https://github.com/apache/iceberg-go/pull/847
## Summary - Thread `context.Context` through the `deletedEntries()` call chain, replacing `context.TODO()` with a real context propagated from the write transaction - This allows cancellation to propagate to manifest reads during overwrite commits ## Changes - `producerImpl.deletedEntries()` → `deletedEntries(ctx context.Context)` - `snapshotProducer.manifests()` → `manifests(ctx context.Context)` - `snapshotProducer.commit()` → `commit(ctx context.Context)` - Updated all call sites in `transaction.go`, `row_delta.go`, and tests to pass `ctx` Closes #838 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
