kiszk commented on a change in pull request #28451:
URL: https://github.com/apache/spark/pull/28451#discussion_r420205933
##########
File path: docs/sql-ref-syntax-ddl-drop-table.md
##########
@@ -28,30 +28,25 @@ In case of an external table, only the associated metadata
information is remove
### Syntax
-{% highlight sql %}
+```sql
DROP TABLE [ IF EXISTS ] table_identifier
-{% endhighlight %}
+```
### Parameter
-<dl>
- <dt><code><em>IF EXISTS</em></code></dt>
- <dd>
- If specified, no exception is thrown when the table does not exists.
- </dd>
- <dt><code><em>table_identifier</em></code></dt>
- <dd>
- Specifies the table name to be dropped. The table name may be optionally
qualified with a database name.<br><br>
- <b>Syntax:</b>
- <code>
- [ database_name. ] table_name
- </code>
- </dd>
-</dl>
+* **IF EXISTS**
+
+ If specified, no exception is thrown when the table does not exists.
Review comment:
nit: `exists` -> `exist`
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]