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