mike-tr-adamson commented on code in PR #2916:
URL: https://github.com/apache/cassandra/pull/2916#discussion_r1402501170
##########
src/java/org/apache/cassandra/index/sai/disk/format/OnDiskFormat.java:
##########
@@ -42,11 +43,11 @@
* <ul>
* <li>Methods taking no parameters. These methods return static
information about the
* format. This can include static information about the per-sstable
components</li>
- * <li>Methods taking just an {@link IndexContext}. These methods return
static information
+ * <li>Methods taking just a {@link StorageAttachedIndex}. These methods
return static information
Review Comment:
Correct. I have changed this to "an IndexTermType and/or IndexIdentifier". I
had been playing around with either passing the `StorageAttachedIndex` around
or passing the lighter weight classes and hadn't updated the comment on the
final choice.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]