Impala Public Jenkins has submitted this change and it was merged.
Change subject: IMPALA-4861: READ_WRITE warning on CREATE TABLE LIKE PARQUET.
......................................................................
IMPALA-4861: READ_WRITE warning on CREATE TABLE LIKE PARQUET.
Fix: If the source URI does not have write permissions we get
a "READ WRITE warning" on CREATE TABLE LIKE PARQUET.
During analyze() in the class CreateTableLikeFileStmt we should
be checking only for "READ" permission for the source URI
not for READ and WRITE as the source URI should be readable.
Change-Id: I56799c4da482fb634ce440f8764dd44234dc22ab
Reviewed-on: http://gerrit.cloudera.org:8080/7671
Reviewed-by: Sailesh Mukil <[email protected]>
Reviewed-by: Bharath Vissapragada <[email protected]>
Tested-by: Impala Public Jenkins
---
M fe/src/main/java/org/apache/impala/analysis/CreateTableLikeFileStmt.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Impala Public Jenkins: Verified
Bharath Vissapragada: Looks good to me, approved
Sailesh Mukil: Looks good to me, but someone else must approve
--
To view, visit http://gerrit.cloudera.org:8080/7671
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I56799c4da482fb634ce440f8764dd44234dc22ab
Gerrit-PatchSet: 2
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Pranay Singh
Gerrit-Reviewer: Bharath Vissapragada <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Sailesh Mukil <[email protected]>