adelapena commented on code in PR #1891:
URL: https://github.com/apache/cassandra/pull/1891#discussion_r1171477928
##########
src/java/org/apache/cassandra/io/sstable/format/big/RowIndexEntry.java:
##########
@@ -59,7 +59,7 @@
* (long) position (64 bit long, vint encoded)
* (int) serialized size of data that follows (32 bit int, vint encoded)
* -- following for indexed entries only (so serialized size > 0)
- * (int) DeletionTime.localDeletionTime
+ * (int) int/Uint DeletionTime.localDeletionTime
Review Comment:
```suggestion
* (int) int/Uint DeletionTime.localDeletionTime (uint if version >= "oa"
(5.0))
```
--
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]