shivusondur commented on a change in pull request #25533: [SPARK-28798][DOC][SQL]Document DROP TABLE/VIEW statement in SQL Reference. URL: https://github.com/apache/spark/pull/25533#discussion_r316929726
########## File path: docs/sql-ref-syntax-ddl-drop-table.md ########## @@ -19,4 +19,20 @@ license: | limitations under the License. --- -**This page is under construction** +### Description +Drop a table and delete the directory associated with the table from the file system if this is not an +EXTERNAL table. If the table to drop does not exist, an exception is thrown. Review comment: Handled ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
