walterddr commented on code in PR #10157:
URL: https://github.com/apache/pinot/pull/10157#discussion_r1086081487
##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/MailboxReceiveOperator.java:
##########
@@ -88,8 +88,8 @@ public
MailboxReceiveOperator(MailboxService<TransferableBlock> mailboxService,
_exchangeType = exchangeType;
if (_exchangeType == RelDistribution.Type.SINGLETON) {
- ServerInstance singletonInstance = null;
- for (ServerInstance serverInstance : sendingStageInstances) {
+ VirtualServer singletonInstance = null;
+ for (VirtualServer serverInstance : sendingStageInstances) {
Review Comment:
looks like this will be addressed follow up when there's more than 1 virtual
server associate with the same physical server.
--
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]