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

   Use byte[] directly in QueryOptions instead of ByteBuffer 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> 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