mirror of https://github.com/apache/druid.git
remove stale comment in QueryableIndexCursorHolder (#17333)
This commit is contained in:
parent
b287b219a8
commit
c2149d59a7
|
@ -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()) {
|
||||||
|
|
Loading…
Reference in New Issue