christophschnepf commented on code in PR #4670:
URL: https://github.com/apache/cassandra/pull/4670#discussion_r3067944157


##########
src/java/org/apache/cassandra/cql3/selection/ColumnFilterFactory.java:
##########
@@ -27,7 +27,7 @@
 /**
  * Factory for {@code ColumnFilter} instances.
  * <p>This class is used to abstract the fact that depending on the selection 
clause the {@code ColumnFilter} instances
- * can be computed at prepartion time (if all the requested columns are known) 
or must be computed at execution time.</p>
+ * can be computed at prepartition time (if all the requested columns are 
known) or must be computed at execution time.</p>

Review Comment:
   I think this should actually be "preparation time" (and not "prepartition 
time"). So there would be just an "a" missing.



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