smiklosovic commented on code in PR #4596:
URL: https://github.com/apache/cassandra/pull/4596#discussion_r2749183817


##########
src/java/org/apache/cassandra/db/guardrails/GuardrailsConfig.java:
##########
@@ -406,6 +406,12 @@ public interface GuardrailsConfig
      */
     boolean getVectorTypeEnabled();
 
+    /**
+     * @return Whether use misprepared statements is enabled. If not enabled, 
misprepared statements will fail

Review Comment:
   returns true if the usage of mis-prepared statements is enabled, false 
otherwise. Returns true by default. 
   
   You can also expand on what the mis-prepared statement is and when it is 
considered so (also what happens with batches etc, more descriptive better)
   
   Wording might change if you rename it to "disallowMispreparedStatements" as 
semantics would change 



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