dcapwell commented on code in PR #3731:
URL: https://github.com/apache/cassandra/pull/3731#discussion_r1876538597
##########
test/unit/org/apache/cassandra/cql3/validation/operations/SelectTest.java:
##########
@@ -2554,6 +2554,24 @@ public void filteringOnStaticColumnTest() throws
Throwable
});
}
+ @Test
+ public void filteringOnDeletedStaticColumnValue() throws Throwable {
Review Comment:
can we have a test for non-static as well? If we delete v0 only and not v1
then the row will exist and the column would have been deleted
--
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]