raminqaf commented on code in PR #28791:
URL: https://github.com/apache/flink/pull/28791#discussion_r3655009991
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/CatalogManager.java:
##########
@@ -1910,6 +1910,36 @@ public Optional<CatalogConnection>
getConnection(ObjectIdentifier objectIdentifi
}
}
+ /**
+ * Get a connection from the catalog with contextual metadata.
+ *
+ * @param objectIdentifier The fully qualified path of the connection.
+ * @return The requested connection wrapped in Optional.
+ */
Review Comment:
The param and return value is clear enough
```suggestion
/**
* Get a connection from the catalog with contextual metadata.
*/
```
--
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]