mailtoboggavarapu-coder commented on PR #19772:
URL: https://github.com/apache/hudi/pull/19772#issuecomment-5440743279

   Pinging for committer review. `UtilHelpers.getJDBCSchema()` opens a JDBC 
`Connection` but never closes it — it leaks on every exit path (normal return, 
table-not-found, exception). Fixed by wrapping the connection in 
try-with-resources. One file changed, no logic change.
   
   [@danny0405](https://github.com/danny0405) 
[@yihua](https://github.com/yihua) 
[@vinothchandrasekar](https://github.com/vinothchandrasekar) 
[@nsivabalan](https://github.com/nsivabalan) — would appreciate a review when 
you get a chance. Thanks!


-- 
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]

Reply via email to