Skip to content

Commit

Permalink
[feature] merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoJiang521 committed Nov 13, 2023
1 parent 30f0147 commit b395773
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ public List<DataSourcePluginInfo> listAllDataSources() {

protected DataSourceChannel getDataSourceChannel(String pluginName) {
checkNotNull(pluginName, "pluginName cannot be null");
// Integer index = supportedDataSourceIndex.get(pluginName.toUpperCase());
// if (index == null) {
// throw new DataSourceSDKException(
// "The %s plugin is not supported or plugin not exist.", pluginName);
// }
return DatasourceLoadConfig.classLoaderChannel.get(pluginName.toUpperCase());
}

Expand Down

0 comments on commit b395773

Please sign in to comment.