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


##########
src/java/org/apache/cassandra/db/marshal/UserType.java:
##########
@@ -215,7 +215,7 @@ public ByteBuffer 
serializeForNativeProtocol(Iterator<Cell<?>> cells)
         while (components.size() < size())
             components.add(null);
 
-        return pack(components, ByteBufferAccessor.instance);
+        return pack(components);

Review Comment:
   when i did the last rebase this change got added else the history got too 
hard to work with; so rolling back



-- 
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: pr-unsubscr...@cassandra.apache.org

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


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

Reply via email to