David Capwell created CASSANDRA-15969:
-----------------------------------------

             Summary: jvm dtest execute APIs do not support collections
                 Key: CASSANDRA-15969
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15969
             Project: Cassandra
          Issue Type: Improvement
          Components: Test/dtest
            Reporter: David Capwell
            Assignee: David Capwell


If you use a collection type they will be transferred to the instance and we 
call org.apache.cassandra.utils.ByteBufferUtil#objectToBytes to convert to 
ByteBuffers; this doesn’t support collections.  If you try to work around this 
by converting before sending, it will fail since that method doesn’t support 
ByteBuffer as input



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to