maedhroz commented on code in PR #2409:
URL: https://github.com/apache/cassandra/pull/2409#discussion_r1235733022
##########
src/java/org/apache/cassandra/index/sai/disk/format/IndexComponent.java:
##########
@@ -31,6 +31,12 @@
*/
META("Meta"),
+ /**
+ * Balanced tree written by {@code BlockBalancedTreeWriter} indexes
mappings of term to one or more segment row IDs
+ * (segment row ID = SSTable row ID - segment row ID offset).
+ */
+ BALANCED_TREE("BalancedTree"),
Review Comment:
Do we need to update `V1OnDiskFormat#perColumnIndexComponents()` to include
this? i.e. Return this and postings if we've got a numeric column index? Feels
like this should also be failing a test, but isn't currently because
`StorageAttachedIndexDDLTest#verifyRebuildCorruptedFiles()` (for example) is
only lookin at literal column indexes...
--
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]