Why Does the Missing Privileges Exception Occur When the Database Is Dropped?
Question
Why does the following exception occur when the database is dropped?
Error: org.apache.spark.sql.AnalysisException: Missing Privileges;(State=,code=0)
Answer
This error occurs when the database owner runs the drop database <database_name> cascade command and tables created by other users are included.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.