dcapwell commented on code in PR #3954:
URL: https://github.com/apache/cassandra/pull/3954#discussion_r1992435465


##########
src/java/org/apache/cassandra/service/accord/api/TokenKey.java:
##########
@@ -138,7 +135,7 @@ public Object printableSuffix()
         if (isSentinel())
         {
             if (isTableSentinel()) suffix = isMin() ? "-Inf" : "+Inf";
-            else suffix = suffix + "(-epsilon)";
+            if (isTokenSentinel()) suffix = (isBefore() ? "before(" : 
"after(") + suffix + ')';

Review Comment:
   in C* we use `min(%s)`, i could do the same as we use `-Inf` for "min"



-- 
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]

Reply via email to