You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/07/23 20:15:22 UTC

[GitHub] [cassandra] dcapwell commented on a change in pull request #435: repair token boundary in-jvm tests for CASSANDRA-15542

dcapwell commented on a change in pull request #435:
URL: https://github.com/apache/cassandra/pull/435#discussion_r459702162



##########
File path: src/java/org/apache/cassandra/utils/ByteBufferUtil.java
##########
@@ -535,6 +535,8 @@ else if (obj instanceof InetAddress)
             return ByteBufferUtil.bytes((InetAddress) obj);
         else if (obj instanceof String)
             return ByteBufferUtil.bytes((String) obj);
+        else if (obj instanceof ByteBuffer)

Review comment:
       leaving this as I was just bitten by it =)




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org