wyb commented on a change in pull request #3715:
URL: https://github.com/apache/incubator-doris/pull/3715#discussion_r432797382



##########
File path: fe/src/main/java/org/apache/doris/analysis/BrokerDesc.java
##########
@@ -17,61 +17,36 @@
 
 package org.apache.doris.analysis;
 
-import org.apache.doris.common.io.Text;
-import org.apache.doris.common.io.Writable;
+import org.apache.doris.common.AnalysisException;
+import org.apache.doris.load.EtlJobType;
 import org.apache.doris.common.util.PrintableMap;
 
-import com.google.common.collect.Maps;
-
 import java.io.DataInput;
-import java.io.DataOutput;
 import java.io.IOException;
 import java.util.Map;
 
 // Broker descriptor
-public class BrokerDesc implements Writable {
-    private String name;
-    private Map<String, String> properties;
-
+//
+// Broker example:
+// WITH BROKER "broker0"
+// (
+//   "username" = "user0",
+//   "password" = "password0"
+// )
+public class BrokerDesc extends ResourceDesc {

Review comment:
       ok




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to