jacek-lewandowski commented on a change in pull request #1031:
URL: https://github.com/apache/cassandra/pull/1031#discussion_r643871108
##########
File path: test/unit/org/apache/cassandra/db/filter/ColumnFilterTest.java
##########
@@ -431,7 +495,20 @@ else if ("3.11".equals(clusterMinVersion))
@Test
public void testSelectStaticColumnCellWithMetadata()
{
- ColumnFilter filter =
ColumnFilter.allRegularColumnsBuilder(metadata).select(s2, path1).build();
+ testSelectStaticColumnCellWithMetadata(false);
+ }
+
+ @Test
+ public void
testSelectStaticColumnCellWithMetadataAndReturnStaticContentOnPartitionWithNoRows()
+ {
+ testSelectStaticColumnCellWithMetadata(true);
+ }
+
+ public void testSelectStaticColumnCellWithMetadata(boolean
returnStaticContentOnPartitionWithNoRows)
Review comment:
nit: perhaps private
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]