Jackie-Jiang commented on pull request #6361: URL: https://github.com/apache/incubator-pinot/pull/6361#issuecomment-828087842
High level question: why do we perform this check on server side? We should be able to perform the check in `BrokerRequestHandler` using `PinotQuery` and `Schema`, and directly reject the query without populating the query to the servers. You can implement the logic within the `BaseBrokerRequestHandler.validateRequest()` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
