vvivekiyer opened a new pull request, #10534: URL: https://github.com/apache/pinot/pull/10534
For non-multistage queries, there are two levels of validations: 1. Validation with requesterIdentity 2. Validation with requesterIdentity and BrokerResource (which is typically used to extract table names and perform table level validation) In MultistageBrokerRequestHandler, we currently only perform (1). This PR adds support for performing table level validations as well. cc: @siddharthteotia @somandal @walterddr -- 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]
