Sign in
apache
/
hive
/
maven
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
authorization_fail_6.q
blob: 977246948cad0c7cab0735a5590141bb046c3efb [
file
] [
log
] [
blame
]
--
SORT_BEFORE_DIFF
create table authorization_part_fail
(
key
int
,
value
string
)
partitioned
by
(
ds
string
);
set
hive
.
security
.
authorization
.
enabled
=
true
;
ALTER TABLE authorization_part_fail SET TBLPROPERTIES
(
"PARTITION_LEVEL_PRIVILEGE"
=
"TRUE"
);