shounakmk219 commented on code in PR #13544: URL: https://github.com/apache/pinot/pull/13544#discussion_r1677937918
########## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java: ########## @@ -331,6 +331,12 @@ private TableAuthorizationResult hasTableAccess(RequesterIdentity requesterIdent * Returns true if the QPS quota of the tables has exceeded. */ private boolean hasExceededQPSQuota(Set<String> tableNames, RequestContext requestContext) { + String database = DatabaseUtils.extractDatabaseFromTableName(tableNames.iterator().next()); Review Comment: Ah right, let me handle this. Nice catch! -- 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