longgeligelong created PHOENIX-3110:
---------------------------------------
Summary: uppsert other tentant id successfully
Key: PHOENIX-3110
URL: https://issues.apache.org/jira/browse/PHOENIX-3110
Project: Phoenix
Issue Type: Bug
Affects Versions: 4.7.0
Reporter: longgeligelong
Connect phoenix using PhoenixDriver with props.setProperty("TenantId",
"acme").
Execute the sql "upsert into acme_login_event (tenant_id, event_id,
event_type, created_date, acme_user_id) values ('acmeb', 14, 'A', '2016-01-01',
'acme7')", will be successful.
acme_login_event is a view on base.event which is a multi-tenant table.
The record upserted by tenant acme will be selected when connect phoenix
with tenant acmeb
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)