maedhroz commented on code in PR #4900:
URL: https://github.com/apache/cassandra/pull/4900#discussion_r3468868326
##########
src/java/org/apache/cassandra/db/rows/ComplexColumnData.java:
##########
@@ -51,7 +51,7 @@ public class ComplexColumnData extends ColumnData implements
Iterable<Cell<?>>
{
static final Cell<?>[] NO_CELLS = new Cell<?>[0];
- private static final long EMPTY_SIZE = ObjectSizes.measure(new
ComplexColumnData(ColumnMetadata.regularColumn("",
+ static final long EMPTY_SIZE = ObjectSizes.measure(new
ComplexColumnData(ColumnMetadata.regularColumn("",
"",
Review Comment:
super-nit: change offsets indentation for arguments below
--
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]