walterddr opened a new pull request, #10950: URL: https://github.com/apache/pinot/pull/10950
PhysicalPlanContext contains lots of stage execution metadata it is being instantiated from OpChainExecutionContext as well as from ServerPlanRequestContext both should only encapsulate the object instead of knowing the constructor. Otherwise it is creating 3 times more code changes when PhysicalPlanContext needs modification. This PR cleans it up -- 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]
