caiconghui commented on a change in pull request #2737: Support replication_num 
setting for table level
URL: https://github.com/apache/incubator-doris/pull/2737#discussion_r365581841
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java
 ##########
 @@ -3908,6 +3907,12 @@ public static void getDdlStmt(Table table, List<String> 
createTableStmt, List<St
                 
sb.append(olapTable.getTableProperty().getDynamicPartitionProperty().toString());
             }
 
+            // 7. replicationNum
 
 Review comment:
   I think just like the DISTRIBUTED BY HASH(id) BUCKETS 5, which also does not 
reflect the real hash info of each partition of a table. so in the create table 
it just show the baisc config for the table and user can still set different 
distribution info for the special partition
   the real table status like partition real information should be got by show 
partitions statement, and create table statement show only show the basic 
config for the table and the initial status

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


With regards,
Apache Git Services

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

Reply via email to