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