Skip to content

Commit 2f424cb

Browse files
Update src/java/org/apache/cassandra/index/sai/metrics/TableQueryMetrics.java
Fix javadoc Co-authored-by: ekaterinadimitrova2 <[email protected]>
1 parent 93fee3d commit 2f424cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/apache/cassandra/index/sai/metrics/TableQueryMetrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public static class PerQuery extends AbstractQueryMetrics
320320
/** Number of rows to be fetched by the query as estimated by the planner */
321321
public final Histogram rowsToFetchEstimated;
322322

323-
/** Number of rows to be fetched by the query as estimated by the planner */
323+
/** Number of keys to be iterated by the query as estimated by the planner */
324324
public final Histogram keysToIterateEstimated;
325325

326326
/**

0 commit comments

Comments
 (0)