ptupitsyn opened a new pull request, #1927: URL: https://github.com/apache/ignite-3/pull/1927
Similar to `MutableRowTupleAdapter`, refactor client-related tuples: * `ClientSqlRow`. * `ClientTuple` on client. * `ClientTuple` on server (new class, used instead of `TupleImpl`). All those implementations are based on the same `MutableTupleBinaryTupleAdapter`. As a result: * One underlying tuple implementation; less code; simpler code in general. * Reduced allocations, improved performance. -- 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]
