cecemei commented on code in PR #17564:
URL: https://github.com/apache/druid/pull/17564#discussion_r1891087425
##########
server/src/main/java/org/apache/druid/server/QueryLifecycle.java:
##########
@@ -215,10 +219,9 @@ public void initialize(final Query<?> baseQuery)
*
* @param req HTTP request object of the request. If provided, the
auth-related fields in the HTTP request
* will be automatically set.
- *
* @return authorization result
*/
- public Access authorize(HttpServletRequest req)
+ public AuthorizationResult authorize(HttpServletRequest req)
Review Comment:
Updated the javadoc here to indicate query/datasource is transformed here
--
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]