morningman commented on a change in pull request #3175: Remove unused KUDU codes
URL: https://github.com/apache/incubator-doris/pull/3175#discussion_r396913952
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java
 ##########
 @@ -3889,8 +3793,7 @@ public static void getDdlStmt(Table table, List<String> 
createTableStmt, List<St
 
         // 1.2 other table type
         sb.append("CREATE ");
-        if (table.getType() == TableType.KUDU || table.getType() == 
TableType.MYSQL
-                || table.getType() == TableType.ELASTICSEARCH) {
+        if (table.getType() == TableType.MYSQL || table.getType() == 
TableType.ELASTICSEARCH) {
 
 Review comment:
   Add table.getType() == TableType.BROKER

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to