dcapwell commented on code in PR #4006:
URL: https://github.com/apache/cassandra/pull/4006#discussion_r2015055658


##########
test/distributed/org/apache/cassandra/distributed/test/cql3/MultiNodeTableWalkWithReadRepairTest.java:
##########
@@ -38,7 +38,9 @@ protected void preCheck(Cluster cluster, 
Property.StatefulBuilder builder)
         // if a failing seed is detected, populate here
         // Example: builder.withSeed(42L);
         // CQL operations may have opertors such as +, -, and / (example 4 + 
4), to "apply" them to get a constant value
-//         CQL_DEBUG_APPLY_OPERATOR = true;
+        // CQL_DEBUG_APPLY_OPERATOR = true;

Review Comment:
   just fixing comments to match the rest of the code examples



##########
test/distributed/org/apache/cassandra/distributed/test/cql3/MultiNodeTableWalkWithoutReadRepairTest.java:
##########
@@ -35,6 +35,8 @@ protected void preCheck(Cluster cluster, 
Property.StatefulBuilder builder)
         // if a failing seed is detected, populate here
         // Example: builder.withSeed(42L);
         // CQL operations may have opertors such as +, -, and / (example 4 + 
4), to "apply" them to get a constant value
-//         CQL_DEBUG_APPLY_OPERATOR = true;
+        // CQL_DEBUG_APPLY_OPERATOR = true;

Review Comment:
   just fixing comments to match the rest of the code examples



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