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