You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "maedhroz (via GitHub)" <gi...@apache.org> on 2023/01/23 22:17:43 UTC

[GitHub] [cassandra] maedhroz commented on a diff in pull request #2105: CASSANDRA-18155 Coordinator level metrics for read response and mutation row and column counts

maedhroz commented on code in PR #2105:
URL: https://github.com/apache/cassandra/pull/2105#discussion_r1084628590


##########
src/java/org/apache/cassandra/cql3/restrictions/RestrictionSet.java:
##########
@@ -104,6 +104,17 @@ public List<ColumnMetadata> getColumnDefs()
     {
         return new ArrayList<>(restrictions.keySet());
     }
+    
+    @Override
+    public Collection<ColumnMetadata> getColumnDefinitions()
+    {
+        return restrictions.keySet();
+    }
+
+    public Map<ColumnMetadata, SingleRestriction> getRestrictions()

Review Comment:
   It actually looks like this is simply unused. Removing it...



-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org