FlechazoW commented on code in PR #141:
URL: https://github.com/apache/seatunnel-web/pull/141#discussion_r1373329441


##########
seatunnel-datasource/seatunnel-datasource-client/src/main/java/org/apache/seatunnel/datasource/AbstractDataSourceClient.java:
##########
@@ -126,27 +133,28 @@ 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);
+        //        }

Review Comment:
   If these codes is useless, please delete them instead of commenting them.



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