Skip to content

Commit

Permalink
remove stale comment in QueryableIndexCursorHolder
Browse files Browse the repository at this point in the history
  • Loading branch information
clintropolis committed Oct 11, 2024
1 parent a0c29f8 commit 958ccc6
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 958ccc6

Please sign in to comment.