maedhroz commented on a change in pull request #1199:
URL: https://github.com/apache/cassandra/pull/1199#discussion_r708678259
##########
File path: src/java/org/apache/cassandra/db/SinglePartitionReadCommand.java
##########
@@ -957,6 +958,23 @@ private ClusteringIndexNamesFilter
reduceFilter(ClusteringIndexNamesFilter filte
}
NavigableSet<Clustering<?>> toRemove = null;
+
+ DeletionInfo deletionInfo = result.deletionInfo();
Review comment:
nit: I think all actual implementations of `Partition` would support it,
so you could just add `result.deletionInfo()`to the interface and avoid
referring to `ImmutableBTreePartition` directly.
--
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]