alpinegizmo commented on a change in pull request #16070:
URL: https://github.com/apache/flink/pull/16070#discussion_r649810692
##########
File path: docs/content/docs/dev/table/sql/drop.md
##########
@@ -26,10 +26,11 @@ under the License.
# DROP Statements
-DROP statements are used to remove a registered table/view/function from
current or specified [Catalog]({{< ref "docs/dev/table/catalogs" >}}).
+DROP statements are used to remove a catalog with given catalog name or used
to remove a registered table/view/function from current or specified
[Catalog]({{< ref "docs/dev/table/catalogs" >}}).
Review comment:
```suggestion
DROP statements are used to remove a catalog with the given catalog name or
to remove a registered table/view/function from the current or specified
[Catalog]({{< ref "docs/dev/table/catalogs" >}}).
```
--
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]