blerer commented on a change in pull request #1083:
URL: https://github.com/apache/cassandra/pull/1083#discussion_r660327845
##########
File path:
test/distributed/org/apache/cassandra/distributed/test/SinglePartitionReadCommandTest.java
##########
@@ -144,4 +144,47 @@ public void
testPartitionWithStaticColumnsOnlyOnOneNodeAndColumnDeletionOnTheOth
assertRows(cluster.coordinator(2).execute(withKeyspace("SELECT
DISTINCT s1 FROM %s.tbl WHERE pk=2"), ConsistencyLevel.ALL));
}
}
+
+ @Test
+ public void testNonCompactTableWithEmptyRowOnBothNodes() throws Throwable
Review comment:
Both nodes have an empty row: a row with only primary key. The column
deletion is simply used to create the empty row.
--
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]