belliottsmith commented on code in PR #4220: URL: https://github.com/apache/cassandra/pull/4220#discussion_r2218905709
########## test/simulator/main/org/apache/cassandra/simulator/ActionSchedule.java: ########## @@ -73,7 +73,65 @@ public class ActionSchedule implements CloseableIterator<Object>, LongConsumer { private static final Logger logger = LoggerFactory.getLogger(ActionList.class); - public enum Mode { TIME_LIMITED, STREAM_LIMITED, TIME_AND_STREAM_LIMITED, FINITE, UNLIMITED } + public enum Mode + { Review Comment: I appreciate the docs improvement, but (as with much AI content) there's a lot of redundant/repetitious information here. I'm not sure the "Use cases" headings offer much value to the reader. -- 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-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org