iamaleksey commented on code in PR #2073:
URL: https://github.com/apache/cassandra/pull/2073#discussion_r1071357520


##########
src/java/org/apache/cassandra/dht/ByteOrderedPartitioner.java:
##########
@@ -386,4 +386,20 @@ public AbstractType<?> partitionOrdering()
     {
         return BytesType.instance;
     }
+
+    @Override
+    public AccordSplitter accordSplitter()
+    {
+        return this;
+    }
+
+    @Override
+    BigInteger normalize(BigInteger normalize, BigInteger with)

Review Comment:
   Overrides an identical implementation in base `AccordBytesSplitter`



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