mirror of
https://github.com/apache/druid.git
synced 2025-02-13 05:25:11 +00:00
* QueryableIndex: Close columns after failed vector cursor setup. If anything fails while setting up a vector cursor, the prior code in QueryableIndex would not close its ColumnCache and would therefore leak columns. Columns often contain references to buffers that must be closed. * Fix style.