gjacoby126 commented on pull request #1261:
URL: https://github.com/apache/phoenix/pull/1261#issuecomment-884146820


   @abhishek-chouhan @virajjasani - I believe the usual pattern in Phoenix is 
that a tenant connection should already be able to see global things. For 
example, if you get a tenant connection and query a non-MT table, you should be 
able to get rows back.  Tenant connections afaik just add "WHERE [TenantId 
Column] = [Your connection's tenantId]" to all multi-tenant tables.


-- 
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]


Reply via email to