This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new c2fd8931afd [config](cloud) Set meta_schema_value_version to 1 by default (#33288) c2fd8931afd is described below commit c2fd8931afd1454417a6519710f3268a9a3d8c34 Author: Gavin Chou <gavineaglec...@gmail.com> AuthorDate: Sun Apr 7 23:48:55 2024 +0800 [config](cloud) Set meta_schema_value_version to 1 by default (#33288) --- cloud/src/common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/src/common/config.h b/cloud/src/common/config.h index 8ca7c2e1c6f..e96629fbbe3 100644 --- a/cloud/src/common/config.h +++ b/cloud/src/common/config.h @@ -123,7 +123,7 @@ CONF_mBool(split_tablet_stats, "true"); CONF_mBool(snapshot_get_tablet_stats, "true"); // Value codec version -CONF_mInt16(meta_schema_value_version, 0); +CONF_mInt16(meta_schema_value_version, "1"); // For instance check interval CONF_Int64(reserved_buffer_days, "3"); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org