vrajat opened a new pull request, #14921: URL: https://github.com/apache/pinot/pull/14921
Cleans up code to replace a `Pair<List<String>, List<String>` with a more information POJO class -`ServerExecutionInfo`. The pair encapsulated two lists of segments - required and optional which is used by different parts of Pinot. When reading the code, it is not obvious which of `Pair.getLeft` and `Pair.getRight` is meant for without reading the function that creates this list. -- 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]
