vrajat commented on PR #15773: URL: https://github.com/apache/pinot/pull/15773#issuecomment-2919565023
> So just to clarify, both workerIdToSegmentsMap (physical tables only?) and workerIdToTableSegmentsMap (logical tables only?) are Map<Integer, Map<String, List<String>>> but in the former, the inner map string key is simply OFFLINE or REALTIME and in the latter it's gonna be a physical table name with type? I am not able to answer inline. Your understanding is correct. For logical tables, both table name and table type is required. Both the pieces of information is available in a single string. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org