gortiz commented on code in PR #18648:
URL: https://github.com/apache/pinot/pull/18648#discussion_r3341725779
##########
pinot-common/src/main/java/org/apache/pinot/common/response/broker/BrokerResponseNativeV2.java:
##########
@@ -54,6 +55,8 @@
"pools", "rlsFiltersApplied", "groupsTrimmed"
})
public class BrokerResponseNativeV2 implements BrokerResponse {
+ private static final String EARLY_TERMINATION_REASON_SEPARATOR = ",";
Review Comment:
Another (probably better) option would be to include the StringSet type as a
StageState type. That was, in fact, included in the initial versions of
StageStats, but we decided to remove it because no one uses it. It shouldn't be
difficult to add it back.
--
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]