remove stale comment in QueryableIndexCursorHolder (#17333)

This commit is contained in:
Clint Wylie 2024-10-11 19:23:59 -04:00 committed by GitHub
parent b287b219a8
commit c2149d59a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -249,8 +249,6 @@ public class QueryableIndexCursorHolder implements CursorHolder
final NumericColumn timestamps = resources.timestamps; final NumericColumn timestamps = resources.timestamps;
final ColumnCache columnCache = resources.columnCache; final ColumnCache columnCache = resources.columnCache;
final Order timeOrder = resources.timeOrder; final Order timeOrder = resources.timeOrder;
// Wrap the remainder of cursor setup in a try, so if an error is encountered while setting it up, we don't
// leak columns in the ColumnCache.
// sanity check // sanity check
if (!canVectorize()) { if (!canVectorize()) {