Sign in
apache
/
hive
/
maven
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
create_or_replace_view8.q
blob: f3a59b1d07be7f81221496920bb812f150a39a43 [
file
] [
log
] [
blame
]
--
Can
't update view to have a view cycle (2)
drop view v;
create view v1 partitioned on (ds, hr) as select * from srcpart;
create or replace view v1 partitioned on (ds, hr) as select * from v1;