Re: [PR] Implement missing close() method in CompositeMetricsReporter [iceberg]

2025-07-11 Thread via GitHub
amogh-jahagirdar commented on PR #13535: URL: https://github.com/apache/iceberg/pull/13535#issuecomment-3064160154 Thanks @anoopj , and @nandorKollar for reviewing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[PR] Implement missing close() method in CompositeMetricsReporter [iceberg]

2025-07-11 Thread via GitHub
anoopj opened a new pull request, #13535: URL: https://github.com/apache/iceberg/pull/13535 This ensures that when a CompositeMetricsReporter is closed, all of its underlying reporters are properly closed as well, preventing resource leaks. -- This is an automated message from the Apache