walterddr commented on code in PR #10708:
URL: https://github.com/apache/pinot/pull/10708#discussion_r1182605879
##########
pinot-query-planner/src/main/java/org/apache/pinot/query/routing/StageMetadata.java:
##########
@@ -29,10 +29,13 @@
*/
public class StageMetadata {
private final List<WorkerMetadata> _workerMetadataList;
+ private final Map<Integer, List<MailboxInfo>> _mailBoxInfosMap;
private final Map<String, String> _customProperties;
- public StageMetadata(List<WorkerMetadata> workerMetadataList, Map<String,
String> customProperties) {
+ public StageMetadata(List<WorkerMetadata> workerMetadataList, Map<Integer,
List<MailboxInfo>> mailBoxInfosMap,
Review Comment:
MailboxInfo should be on WorkerMetadata level
- this should be a list? key are always 0-indexed
- i think later we need to refactor this map into the WorkerMetadata
--
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]