Sign in
apache
/
hive
/
maven
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
sa_fail_hook3.q
blob: e54201c09e6f597339d31243e3b2cbd3848d1566 [
file
] [
log
] [
blame
]
create table mp2
(
a
string
)
partitioned
by
(
b
string
);
alter table mp2 add partition
(
b
=
'1'
);
alter table mp2 partition
(
b
=
'1'
)
enable NO_DROP
;
alter table mp2 drop partition
(
b
=
'1'
);