yashmayya opened a new pull request, #16991:
URL: https://github.com/apache/pinot/pull/16991

   - `JsonStatementOptimizer` is unused and can be removed. This also allows us 
to clean up the `StatementOptimizer` interface.
   - That cleanup then further allows us to streamline the optimizer handling 
inside `BaseSingleStageBrokerRequestHandler` where it is currently applied 
numerous times in various branches but there's also a bug where it's not 
applied to the original query for hybrid tables that is used for the broker 
reduce phase.
   - The refactor here ensures that the optimizer is applied a single time 
within the `compileRequest` method.


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

Reply via email to