yifan-c commented on code in PR #103:
URL:
https://github.com/apache/cassandra-analytics/pull/103#discussion_r1990191408
##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/cloudstorage/Bundle.java:
##########
@@ -42,7 +42,7 @@ public class Bundle
{
private static final String MANIFEST_FILE_NAME = "manifest.json";
- public final BigInteger startToken;
+ public final BigInteger firstToken;
Review Comment:
The start tokens in the ranges are usually excluded, since the ranges are
open-closed unless called out specifically. The token here is really the first
token in the range. Renaming to clarify.
--
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]