shauryachats opened a new pull request, #16240: URL: https://github.com/apache/pinot/pull/16240
This PR adds support for setting default values for several query execution options at the broker level, including: - `usePhysicalOptimizer` - `useLiteMode` - `runInBroker` - `useBrokerPruning` - `liteModeServerStageLimit` These values are now configurable via `pinot-broker.conf` and can still be overridden per query. The changes ensure consistent behavior across components like `QueryEnvironment` and `PhysicalPlannerContext`, replacing hardcoded defaults with configurable ones. -- 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]
