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


##########
src/java/org/apache/cassandra/db/filter/RowFilter.java:
##########
@@ -383,6 +383,30 @@ public RowFilter without(ColumnMetadata column, Operator 
op, ByteBuffer value)
         return withNewExpressions(newExpressions);
     }
 
+    /**
+     * @return a copy of this filter without any primary key expressions, or 
simply itself if non exist already
+     */
+    public RowFilter withoutKeyExpressions()

Review Comment:
   BETWEEN itself now fixed via 
[CASSANDRA-19878](https://github.com/blerer/cassandra/tree/CASSANDRA-19878)



-- 
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]

Reply via email to