KyleLin0927 commented on code in PR #7317:
URL: https://github.com/apache/gravitino/pull/7317#discussion_r2155943880
##########
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/GravitinoConnectorPluginManager.java:
##########
@@ -246,10 +261,24 @@ private void loadPluginByPom(List<Artifact> artifacts,
String pluginName) {
}
}
+ /**
+ * Installs a plugin.
+ *
+ * @param pluginName the name of the plugin
+ * @param plugin the plugin
+ */
public void installPlugin(String pluginName, Plugin plugin) {
connectorPlugins.put(pluginName, plugin);
}
+ /**
+ * Creates a connector.
+ *
+ * @param connectorName the name of the connector
+ * @param config the config of the connector
+ * @param context the context of the connector
Review Comment:
fixed
--
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]