netudima opened a new pull request, #4785: URL: https://github.com/apache/cassandra/pull/4785
- SinglePartitionReadCommand.Group#create - typical single partition select, use singletonList instead of ArrayList + Object[] - SelectStatement#getSliceCommands - remove unnecessary cloning of partition key, it is a part of a very old patch, now we copy all values from Netty buffers - SelectStatement#getSliceCommands - typical single partition select, use singletonList instead of ArrayList + Object[] SinglePartitionReadQuery.Group#maybeValidateIndex, avoid iterators for restrictionSet if a full partition is selected patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-21351 -- 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]

