J-HowHuang opened a new pull request, #17027: URL: https://github.com/apache/pinot/pull/17027
## Description For table with a `FAILED` dry-run result, it would not contain rebalance summary. `createTableQueue` assume that each dry-run result contains one, which is not the case of the above scenario. This leads to exception when user try to rebalance tables that failed their dry-run. This PR fixes the above issue. -- 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]
