morningman 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_r365562870
##########
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:
Do not add replication num in `create table stmt`, cause it does not reflect
the real replication num of each partition of a table.
----------------------------------------------------------------
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]