druid/sql
imply-cheddar 65e1b27aa7
Fix a resource leak with Window processing (#14573)
* Fix a resource leak with Window processing

Additionally, in order to find the leak, there were
adjustments to the StupidPool to track leaks a bit better.
It would appear that the pool objects get GC'd during testing
for some reason which was causing some incorrect identification
of leaks from objects that had been returned but were GC'd along
with the pool.

* Suppress unused warning
2023-07-12 17:25:42 -05:00
..
src Fix a resource leak with Window processing (#14573) 2023-07-12 17:25:42 -05:00
pom.xml Cache parsed expressions and binding analysis in more places. (#14124) 2023-06-27 13:40:35 -07:00