Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: sevev <qiangzh95@gmail.com>
  • Loading branch information
sevev committed Oct 24, 2024
1 parent 6ff2b03 commit beace21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit beace21

Please sign in to comment.