ekaterinadimitrova2 commented on code in PR #3444:
URL: https://github.com/apache/cassandra/pull/3444#discussion_r1696908149
##########
test/unit/org/apache/cassandra/cql3/validation/operations/SelectTest.java:
##########
@@ -1913,7 +2009,7 @@ public void
testAllowFilteringOnPartitionKeyWithoutIndicesWithCollections() thro
execute("INSERT INTO %s (a, b, c, d, e) VALUES (1, 4, [1, 2], {2, 4},
{1: 2})");
execute("INSERT INTO %s (a, b, c, d, e) VALUES (2, 3, [3, 6], {6, 12},
{3: 6})");
- beforeAndAfterFlush(() -> {
+ //beforeAndAfterFlush(() -> {
Review Comment:
Probably commented for debugging and forgot it, thanks
--
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]