fallintoplace opened a new pull request, #1606: URL: https://github.com/apache/iceberg-go/pull/1606
## Summary - retain the cleanup callback for the final REST session - close catalog-owned HTTP and OAuth transports from `Catalog.Close` - keep caller-provided transports caller-owned - make session cleanup idempotent ## Why `createSession` builds cleanup callbacks for internally allocated transports, but initialization discarded the callback for the final long-lived session. Closing a catalog therefore left its idle connection pools alive. ## Testing - `go test ./catalog/rest` -- 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]
