This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new c2149d59a7d remove stale comment in QueryableIndexCursorHolder (#17333)
c2149d59a7d is described below

commit c2149d59a7da1ac4cbb02aaa63a52cb326306dc5
Author: Clint Wylie <[email protected]>
AuthorDate: Fri Oct 11 19:23:59 2024 -0400

    remove stale comment in QueryableIndexCursorHolder (#17333)
---
 .../main/java/org/apache/druid/segment/QueryableIndexCursorHolder.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/processing/src/main/java/org/apache/druid/segment/QueryableIndexCursorHolder.java
 
b/processing/src/main/java/org/apache/druid/segment/QueryableIndexCursorHolder.java
index 54e482051ae..1f0e18287a8 100644
--- 
a/processing/src/main/java/org/apache/druid/segment/QueryableIndexCursorHolder.java
+++ 
b/processing/src/main/java/org/apache/druid/segment/QueryableIndexCursorHolder.java
@@ -249,8 +249,6 @@ public class QueryableIndexCursorHolder implements 
CursorHolder
     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()) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to