blambov commented on code in PR #2896:
URL: https://github.com/apache/cassandra/pull/2896#discussion_r1415614657
##########
src/java/org/apache/cassandra/db/ReadCommand.java:
##########
@@ -658,6 +658,9 @@ public UnfilteredRowIterator
applyToPartition(UnfilteredRowIterator iter)
@Override
protected Row applyToStatic(Row row)
{
+ if (row == Rows.EMPTY_STATIC_ROW)
Review Comment:
This was incorrectly counted and brought the size over the limit for
`LocalReadSizeWarningTest`.
--
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]