davidradl commented on code in PR #26167:
URL: https://github.com/apache/flink/pull/26167#discussion_r1963432849


##########
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
+responsibility of the catalog manager to resolve an identifier to an object.

Review Comment:
   nit: identifier -> objectIdentifier



-- 
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]

Reply via email to