You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/03/24 21:56:28 UTC

[GitHub] [cassandra] thingtwin1 commented on a change in pull request #1453: CASSANDRA-17370 added enable for ALLOW FILTERING property

thingtwin1 commented on a change in pull request #1453:
URL: https://github.com/apache/cassandra/pull/1453#discussion_r834764476



##########
File path: src/java/org/apache/cassandra/config/GuardrailsOptions.java
##########
@@ -345,6 +345,20 @@ public void setReadBeforeWriteListOperationsEnabled(boolean enabled)
                                   x -> config.read_before_write_list_operations_enabled = x);
     }
 
+    @Override
+    public boolean getAllowFilteringEnabled()
+    {
+        return config.allow_filtering_enabled;
+    }
+
+    public void setAllowFilteringEnabled(boolean enabled)

Review comment:
       Only the `get` methods in Guardrails are overridden from the `GuardrailsConfig` class . 




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