You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/07/21 12:21:40 UTC

[GitHub] [phoenix] gjacoby126 commented on pull request #1261: PHOENIX-6506 : Tenant Connection is not able to access/validate Global Sequences

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: issues-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org