dcapwell commented on code in PR #4079:
URL: https://github.com/apache/cassandra/pull/4079#discussion_r2038425647
##########
src/java/org/apache/cassandra/cql3/restrictions/SimpleRestriction.java:
##########
@@ -403,7 +402,7 @@ else if (isIN())
private static ByteBuffer multiInputOperatorValues(ColumnMetadata column,
List<ByteBuffer> values)
{
- return ListType.getInstance(column.type, false).pack(values,
ByteBufferAccessor.instance);
+ return ListType.getInstance(column.type, false).pack(values);
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]