fallintoplace opened a new pull request, #1368: URL: https://github.com/apache/iceberg-go/pull/1368
## Summary - Split 100 rolling-data writer lifecycle into graceful close path (close input channel only) and abort path (cancel context + close input). - now uses graceful close so normal completion flushes queued records. - error paths now use abort path to stop immediately. - Added tests for queued records flushing with normal close and abort path cancellation behavior. -- 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]
