maedhroz commented on code in PR #3470:
URL: https://github.com/apache/cassandra/pull/3470#discussion_r1718695749
##########
test/unit/org/apache/cassandra/index/sai/cql/intersection/RandomIntersectionTester.java:
##########
@@ -72,14 +74,15 @@ public void createTableAndIndexes()
createIndex("CREATE INDEX ON %s(s1) USING 'sai'");
createIndex("CREATE INDEX ON %s(s2) USING 'sai'");
- numPartitions = nextInt(15000, 100000);
+ numRows = nextInt(16000, 24000);
}
protected void runRestrictedQueries() throws Throwable
{
Map<Integer, List<TestRow>> testRowMap = buildAndLoadTestRows();
beforeAndAfterFlush(() -> {
+// Histogram resultSizes = new Histogram(5);
Review Comment:
These will obviously go away before commit...
--
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]