blob: 080c0f28eeca8fafb51977c7836ce8e8bdbe5577 [file] [log] [blame]
set metastore.strict.managed.tables=true;
-- External non-transactional table ok
create external table strict_managed_tables2_tab1 (c1 string, c2 string) stored as textfile;
-- Trying to change the table to non-external is not
alter table strict_managed_tables2_tab1 set tblproperties ('EXTERNAL'='FALSE');