Quanlong Huang has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13473 )

Change subject: IMPALA-6881: COMPUTE STATS should require SELECT privilege at 
analysis
......................................................................


Patch Set 1:

Few Conflicts:
        fe/src/main/java/org/apache/impala/analysis/Analyzer.java

2406 <<<<<<< HEAD
2407   public FeTable getTable(TableName tableName, Privilege privilege,
2408       boolean addAccessEvent) throws AnalysisException, 
TableLoadingException {
2409 =======
2410   public FeTable getTable(TableName tableName, boolean addAccessEvent,
2411       Privilege... privilege) throws AnalysisException, 
TableLoadingException {
2412 >>>>>>> c0e00ca... IMPALA-6881: COMPUTE STATS should require SELECT 
privilege at analysis
2413     Preconditions.checkNotNull(tableName);
2414     Preconditions.checkNotNull(privilege);
2415     tableName = getFqTableName(tableName);


--
To view, visit http://gerrit.cloudera.org:8080/13473
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: 2.x
Gerrit-MessageType: comment
Gerrit-Change-Id: Icead43e689404a286859344e309427eb6c68646a
Gerrit-Change-Number: 13473
Gerrit-PatchSet: 1
Gerrit-Owner: Quanlong Huang <huangquanl...@gmail.com>
Gerrit-Reviewer: Fredy Wijaya <fwij...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com>
Gerrit-Comment-Date: Thu, 30 May 2019 14:38:20 +0000
Gerrit-HasComments: No

Reply via email to