nickdelnano commented on PR #8268:
URL: https://github.com/apache/paimon/pull/8268#issuecomment-4771887642

   @junmuz I took a different approach in 
https://github.com/apache/paimon/pull/8323 to reduce jdbc client connections 
via sharing per JVM. That approach can reduce connections by a large factor for 
high parallelism jobs. It would affect some of the logic in this PR as with 
shared connections we would not explicitly call close.
   
   We would still need the fix of 54a23e4289fc05af3f153ebfeefffa77833d5d19 from 
this branch, which I have ported there.
   
   Let me know if you have any thoughts.


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