dcapwell commented on code in PR #3863:
URL: https://github.com/apache/cassandra/pull/3863#discussion_r1939906094


##########
test/unit/org/apache/cassandra/utils/CassandraGenerators.java:
##########
@@ -1162,24 +1161,6 @@ public static Gen<IPartitioner> nonLocalPartitioners()
                         .flatMap(SupportedPartitioners::partitioner);
     }
 
-    /**
-     * For {@link LocalPartitioner} it can have a very complex type which can 
lead to generating data larger than
-     * allowed in a primary key.  If a test needs to filter out those cases, 
can just
-     * {@code .map(CassandraGenerators::simplify)} to resolve.
-     */
-    public static IPartitioner simplify(IPartitioner partitioner)

Review Comment:
   this hack is no longer needed



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