yifan-c commented on code in PR #171:
URL: https://github.com/apache/cassandra-sidecar/pull/171#discussion_r1940305885
##########
client-common/src/main/java/org/apache/cassandra/sidecar/common/request/data/CreateSliceRequestPayload.java:
##########
@@ -50,8 +50,8 @@ public class CreateSliceRequestPayload
private final String bucket;
private final String key;
private final String checksum;
- private final BigInteger startToken;
- private final BigInteger endToken;
+ private final BigInteger firstToken; // inclusive
Review Comment:
On Analytics side, the client create slices with the first token and last
token. Both are inclusive.
--
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]