maedhroz commented on code in PR #3060:
URL: https://github.com/apache/cassandra/pull/3060#discussion_r1496800512
##########
test/harry/main/org/apache/cassandra/harry/dsl/ValueDescriptorIndexGenerator.java:
##########
@@ -37,10 +37,18 @@
*/
public class ValueDescriptorIndexGenerator implements
Surjections.Surjection<Long>
{
+ public static int UNSET = Integer.MIN_VALUE;
+
private final OpSelectors.PureRng rng;
private final long columnHash;
private final long mask;
+ public ValueDescriptorIndexGenerator(ColumnSpec<?> columnSpec,
+ long seed)
Review Comment:
nit: unnecessarily breaking `seed` to a second line?
--
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]