aweisberg commented on code in PR #3777:
URL: https://github.com/apache/cassandra/pull/3777#discussion_r1915406941


##########
src/java/org/apache/cassandra/utils/Collectors3.java:
##########
@@ -46,6 +48,8 @@ public class Collectors3
 
     private static final Collector.Characteristics[] SET_CHARACTERISTICS = new 
Collector.Characteristics[]{ Collector.Characteristics.UNORDERED };
 
+    private static final Collector.Characteristics[] 
SORTED_SET_CHARACTERISTICS = new Collector.Characteristics[]{};

Review Comment:
   Oh you are right. My brain told me it's ordered because it's sorted, but 
it's about input order.



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