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/05/12 20:54:47 UTC

[GitHub] [cassandra] yifan-c commented on a diff in pull request #1584: CASSANDRA-17425: Add new CQL function maxWritetime

yifan-c commented on code in PR #1584:
URL: https://github.com/apache/cassandra/pull/1584#discussion_r871801336


##########
src/java/org/apache/cassandra/cql3/selection/SelectorFactories.java:
##########
@@ -46,6 +46,11 @@ final class SelectorFactories implements Iterable<Selector.Factory>
      */
     private boolean containsWritetimeFactory;
 
+    /**
+     * <code>true</code> if one of the factory creates maxWritetime selectors.

Review Comment:
   `<code>true</code>` was used to be consistent with others. There are many such occurrences in this file.  I can change the nearby ones.



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