xiangfu0 commented on code in PR #10708:
URL: https://github.com/apache/pinot/pull/10708#discussion_r1183228603


##########
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:
   yes, changed to list, the ordering has to be kept.



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