rymarm commented on pull request #2333: URL: https://github.com/apache/drill/pull/2333#issuecomment-961055102
@paul-rogers Hello! Could you, please, review my fix? I've rewritten my previous code totally and made it in "netty style" to make it thread-safe, extensible and simple to understand. Besides this, I've also: - corrected `DrillConnectionImpl#close()` so it worked correctly and could catch cases, when netty`s connection was closed; - overrided `AvaticaConnection#close()` in `DrillConnectionImpl` so it now correctly implement `Autocloseable` interface. -- 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]
