Fredy Wijaya created IMPALA-7502:
------------------------------------
Summary: ALTER TABLE RENAME should require ALL on the source table
Key: IMPALA-7502
URL: https://issues.apache.org/jira/browse/IMPALA-7502
Project: IMPALA
Issue Type: Bug
Components: Frontend
Affects Versions: Impala 3.0
Reporter: Fredy Wijaya
Assignee: Fredy Wijaya
For ALTER TABLE RENAME, currently Impala requires ALTER on the source table and
CRATE on the destination database. This may pose a security risk as described
in: https://issues.apache.org/jira/browse/SENTRY-2264. The solution is to
require ALL at the source table and CREATE at the destination database.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)