bereng commented on code in PR #1891:
URL: https://github.com/apache/cassandra/pull/1891#discussion_r1108307724
##########
src/java/org/apache/cassandra/db/rows/Cell.java:
##########
@@ -108,7 +127,7 @@ public ByteBuffer buffer()
* @return the cell local deletion time, or {@code NO_DELETION_TIME} if
the cell is neither
* a tombstone nor an expiring one.
*/
- public abstract int localDeletionTime();
+ public abstract long localDeletionTime();
Review Comment:
Right let's avoid conversions as much as possible. Note:
`withUpdatedTimestampAndLocalDeletionTime()` passes a param for ldt so it
doesn't apply there iiuc.
--
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]