davidradl commented on code in PR #26167:
URL: https://github.com/apache/flink/pull/26167#discussion_r1963431910
##########
flink-python/docs/reference/pyflink.table/catalog.rst:
##########
@@ -250,3 +250,31 @@ A CatalogDescriptor is a template for creating a catalog
instance. It closely re
:toctree: api/
CatalogDescriptor.of
+
+
+ObjectIdentifier
+----------------
+
+Identifies an object in a catalog. It allows to identify objects such as
tables, views,
+function, or types in a catalog. An identifier must be fully qualified. It is
the
Review Comment:
nit:
An identifier -> ObjectIdentifier ( think it is always best to use the same
word to describe something )
An identifier must be fully qualified. -> An identifier must be fully
qualified, by this we mean objectPath (with a link)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]