jduo commented on PR #41237: URL: https://github.com/apache/arrow/pull/41237#issuecomment-2098936229
> Hey @stevelorddremio , I happen to be interested in this change; I took a look at the failing tests and took a stab at fixing them -- please take a look at [stevelorddremio#2](https://github.com/stevelorddremio/arrow/pull/2) I found two issues: the connection wasn't returned to the pool after being used, and for some reason the Derby tables weren't being removed properly. Nice fix @mateuszrzeszutek . It looks like the ObjectPool created in FlightSqlExample's constructor and the dataSource are also never closed. FlightSqlExample should override close() to clean these up... -- 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]
