smiklosovic commented on code in PR #4596:
URL: https://github.com/apache/cassandra/pull/4596#discussion_r2752173478
##########
src/java/org/apache/cassandra/cql3/QueryProcessor.java:
##########
@@ -130,6 +135,12 @@ public class QueryProcessor implements QueryHandler
// counters. Callers of processStatement are responsible for correctly
notifying metrics
public static final CQLMetrics metrics = new CQLMetrics();
+
+ private static final String msg = "Performance Tip: This query contains
literal values in the WHERE clause. " +
Review Comment:
can you be more descriptive? "msg" is pretty non-telling.
"mispreparedStatementMsg" is way better.
--
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]