Why drop database cascade is throwing the following exception?
Error: org.apache.spark.sql.AnalysisException: Missing Privileges;(State=,code=0)
This error is thrown when the owner of the database performs drop database <database_name> cascade which contains tables created by other users.