smiklosovic commented on code in PR #4596:
URL: https://github.com/apache/cassandra/pull/4596#discussion_r2749172283
##########
src/java/org/apache/cassandra/config/DatabaseDescriptor.java:
##########
@@ -5474,6 +5474,11 @@ public static boolean getUseStatementsEnabled()
return conf.use_statements_enabled;
}
+ public static boolean getUseMispreparedStatementsEnabled()
Review Comment:
cant be the pattern here get / set / get / set? Why are "gets" together. Not
sure what the pattern in this file is, just follow how it is done for other
guardrails. Also try to move it there.
--
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]