smiklosovic commented on code in PR #3241:
URL: https://github.com/apache/cassandra/pull/3241#discussion_r1565468865
##########
src/java/org/apache/cassandra/db/IMutation.java:
##########
@@ -24,24 +24,25 @@
import org.apache.cassandra.config.DatabaseDescriptor;
import org.apache.cassandra.db.partitions.PartitionUpdate;
import org.apache.cassandra.schema.TableId;
+import org.apache.cassandra.service.ClientState;
public interface IMutation
{
- public long MAX_MUTATION_SIZE = DatabaseDescriptor.getMaxMutationSize();
+ long MAX_MUTATION_SIZE = DatabaseDescriptor.getMaxMutationSize();
- public void apply();
Review Comment:
if you are removing this, we should be consistent and remove it for `void
validateSize` and `static long dataSize` methods at the end of this file as well
--
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]