snuyanzin commented on PR #9:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/9#issuecomment-1562456934

   short answer: i would suggest to wait for driver's fix
   
   a bit more about what make me thinking like that
   1. since there are multiple drivers might work with jdbc connector and each 
could have it's own issues it does not make sense to work around such issues on 
connectors level
   2. there are lots of methods which could throw `SQLException` and at the 
same time handling of just one/part of them looks not consistent 
   3. such wrapping in `try`...`catch` could potentially hide some other 
`SQLException` (not related to the current one) which for some other reasons 
could appear... Thus it could make it complex to analyze issue in case of any


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