Anne Yu created SENTRY-978:
------------------------------
Summary: add more test cases to test insert into table cases more
thoroughly.
Key: SENTRY-978
URL: https://issues.apache.org/jira/browse/SENTRY-978
Project: Sentry
Issue Type: Bug
Reporter: Anne Yu
Assignee: Anne Yu
1) grant user insert on table privileges;
2) test cases:
{noformat}
INSERT INTO TABLE tablename [PARTITION (partcol1[=val1], partcol2[=val2] ...)]
VALUES values_row [, values_row ...]
{noformat}
{noformat}
INSERT INTO TABLE tablename1 [PARTITION (partcol1=val1, partcol2=val2 ...)]
select_statement1 FROM from_statement;
{noformat}
{noformat}
LOAD DATA [LOCAL] INPATH 'filepath' [OVERWRITE] INTO TABLE tablename [PARTITION
(partcol1=val1, partcol2=val2 ...)]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)