chenboat commented on code in PR #16692:
URL: https://github.com/apache/pinot/pull/16692#discussion_r2305568457
##########
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/PauseState.java:
##########
@@ -26,15 +28,19 @@ public class PauseState extends BaseJsonConfig {
private ReasonCode _reasonCode;
private String _comment;
private String _timestamp;
+ // List of inactive topic indices. Index is the index of the topic in the
streamConfigMaps.
+ private List<Integer> _indexOfInActiveTopics;
Review Comment:
InActiveTopics ==> InactiveTopics
--
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]