netudima commented on code in PR #4710:
URL: https://github.com/apache/cassandra/pull/4710#discussion_r3065264629


##########
src/java/org/apache/cassandra/db/rows/UnfilteredSerializer.java:
##########
@@ -626,20 +626,12 @@ public Row deserializeRowBody(DataInputPlus in,
 
             try
             {
-                DataInputPlus finalIn = in;

Review Comment:
   Hi @frankgh , thank you for taking a look to the MR
   Unfortunately, it will introduce an iterator object allocation, like in 
https://issues.apache.org/jira/browse/CASSANDRA-21288



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