[ 
https://issues.apache.org/jira/browse/IMPALA-6881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Quanlong Huang updated IMPALA-6881:
-----------------------------------
    Fix Version/s: Impala 2.13.0

> COMPUTE STATS should check for SELECT privilege at analysis
> -----------------------------------------------------------
>
>                 Key: IMPALA-6881
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6881
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 2.9.0, Impala 2.10.0, Impala 2.11.0
>            Reporter: Fredy Wijaya
>            Assignee: Fredy Wijaya
>            Priority: Minor
>              Labels: security
>             Fix For: Impala 2.13.0, Impala 3.1.0
>
>
> COMPUTE STATS execute SELECT child queries. However in the COMPUTE STATS 
> analysis phase, we only register for ALTER privilege. In other words, having 
> only ALTER privilege on the target will pass the COMPUTE STATS analysis 
> phase, but will fail later in the child queries due to insufficient SELECT 
> privilege on the target table. It will be good to fail early at COMPUTE STATS 
> analysis phase by registering both ALTER and SELECT privileges in the COMPUTE 
> STATS analysis phase.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to