Skip to content

Commit

Permalink
remove stale comment in QueryableIndexCursorHolder (#17333)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintropolis authored Oct 11, 2024
1 parent b287b21 commit c2149d5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ public VectorCursor asVectorCursor()
final NumericColumn timestamps = resources.timestamps;
final ColumnCache columnCache = resources.columnCache;
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
if (!canVectorize()) {
Expand Down

0 comments on commit c2149d5

Please sign in to comment.