dataroaring commented on code in PR #60467:
URL: https://github.com/apache/doris/pull/60467#discussion_r2772089997
##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -789,6 +789,7 @@ public class SessionVariable implements Serializable,
Writable {
public static final String CLOUD_CLUSTER = "cloud_cluster";
public static final String COMPUTE_GROUP = "compute_group";
public static final String DISABLE_EMPTY_PARTITION_PRUNE =
"disable_empty_partition_prune";
+ public static final String CLOUD_FORCE_SYNC_VERSION =
"cloud_force_sync_version";
Review Comment:
force_sync_version_in_cloud_mode is better?
--
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]