belliottsmith commented on code in PR #1951: URL: https://github.com/apache/cassandra/pull/1951#discussion_r1014236973
########## src/java/org/apache/cassandra/service/accord/TokenRange.java: ########## @@ -20,33 +20,21 @@ import java.io.IOException; -import com.google.common.base.Preconditions; - -import accord.api.Key; +import accord.api.RoutingKey; import accord.primitives.KeyRange; import org.apache.cassandra.io.IVersionedSerializer; import org.apache.cassandra.io.util.DataInputPlus; import org.apache.cassandra.io.util.DataOutputPlus; import org.apache.cassandra.schema.TableId; import org.apache.cassandra.service.accord.api.AccordKey; -import org.apache.cassandra.service.accord.api.AccordKey.SentinelKey; -import org.apache.cassandra.service.accord.api.AccordKey.TokenKey; +import org.apache.cassandra.service.accord.api.AccordRoutingKey; +import org.apache.cassandra.service.accord.api.AccordRoutingKey.SentinelKey; public class TokenRange extends KeyRange.EndInclusive Review Comment: The one in C* is only used for `describeRing` purposes, so I'm not sure it's sufficiently conflicting to be worth the verbosity. -- 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]

