netudima opened a new pull request, #3763:
URL: https://github.com/apache/cassandra/pull/3763

   Use byte[] directly and convert them to ArrayCell instead of BufferCell. 
Additionally replace List with array for bind values (we know the size in 
advance during a decoding), so in total: List<List<ByteBuffer>> is replaced 
with byte[][] QueryOptions classes support both ways to get values now: using 
an old API with ByteBuffer and a new API with byte[].
   
   Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-20166
   
   


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

Reply via email to