removing registered table contraint removes shared table
If ALTER TABLE <registered_table> DROP CONSTRAINT <contraint>
is being executed, then it will trigger hive.on_edit_registered_tables
which removes a shadow table.
If ALTER TABLE <registered_table> DROP CONSTRAINT <contraint>
is being executed, then it will trigger hive.on_edit_registered_tables
which removes a shadow table.