shauryachats commented on code in PR #17731:
URL: https://github.com/apache/pinot/pull/17731#discussion_r2843015169
##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java:
##########
@@ -261,6 +262,34 @@ protected TableAuthorizationResult
hasTableAccess(RequesterIdentity requesterIde
return tableAuthorizationResult;
}
+ /**
+ * Validates that physical tables are not being queried with
enableMultiClusterRouting=true.
Review Comment:
Not a typo. Physical tables should not be allowed to query multi-cluster
since it adds implicit behaviour (same tables on different clusters being
federated without explicit config settings) and hence we want to limit only
logical tables to be queryable with multi-cluster routing.
--
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]