maedhroz commented on code in PR #23:
URL: https://github.com/apache/cassandra-harry/pull/23#discussion_r1412435081


##########
harry-core/src/harry/model/DescriptorSelectorBuilder.java:
##########
@@ -72,9 +72,9 @@ public DescriptorSelectorBuilder 
setOperationSelector(OpSelectors.OperationSelec
      * In a given modification, we are only able to visit as many rows as 
there are rows in the partition, so
      * we'll always be limited by this.
      **/
-    public DescriptorSelectorBuilder 
setRowsPerModificationDistribution(Distribution numberOfRowsDistribution)
+    public DescriptorSelectorBuilder setModificationsPerLts(Distribution 
numberOfRowsDistribution)

Review Comment:
   ```suggestion
       public DescriptorSelectorBuilder setModificationsPerLts(Distribution 
this.modificationsPerLts)
   ```
   ?



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