dataroaring commented on code in PR #44829:
URL: https://github.com/apache/doris/pull/44829#discussion_r1866880812
##########
fe/fe-core/src/main/java/org/apache/doris/analysis/RestoreStmt.java:
##########
@@ -44,10 +44,12 @@ public class RestoreStmt extends AbstractBackupStmt
implements NotFallbackInPars
public static final String PROP_CLEAN_TABLES = "clean_tables";
public static final String PROP_CLEAN_PARTITIONS = "clean_partitions";
public static final String PROP_ATOMIC_RESTORE = "atomic_restore";
+ public static final String PROP_COLOCATE_WITH = "colocate_with";
Review Comment:
keep_colocate_with is a better name.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]