diff --git a/be/src/common/config.h b/be/src/common/config.h index 0feaa74a951c5..f90bae42d0d21 100644 --- a/be/src/common/config.h +++ b/be/src/common/config.h @@ -1303,7 +1303,7 @@ CONF_mBool(enable_lake_compaction_use_partial_segments, "false"); // chunk size used by lake compaction CONF_mInt32(lake_compaction_chunk_size, "4096"); -CONF_mBool(skip_schema_in_rowset_meta, "false"); +CONF_mBool(skip_schema_in_rowset_meta, "true"); CONF_mInt32(max_committed_without_schema_rowset, "1000");