aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsabdenovch <sabdenovch@yandex-team.com>2024-07-26 16:39:19 +0300
committersabdenovch <sabdenovch@yandex-team.com>2024-07-26 16:54:38 +0300
commit025c1451731502ddb265cd87d0e0f643cf66c78b (patch)
tree09acf5a871c72d30d6f54fcd198626fd9844b921
parent696e048df66bace916e830df8fc37349098d22cf (diff)
downloadydb-025c1451731502ddb265cd87d0e0f643cf66c78b.tar.gz
YT-22085: Restore defaults
4d5f6ac050a41df1f782b74b61af0300a773482b
-rw-r--r--yt/yt/client/table_client/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/client/table_client/config.cpp b/yt/yt/client/table_client/config.cpp
index a87f92a1ae..e704705cf2 100644
--- a/yt/yt/client/table_client/config.cpp
+++ b/yt/yt/client/table_client/config.cpp
@@ -458,7 +458,7 @@ void TChunkWriterOptions::Register(TRegistrar registrar)
registrar.Parameter("enable_row_count_in_columnar_statistics", &TThis::EnableRowCountInColumnarStatistics)
.Default(true);
registrar.Parameter("enable_segment_meta_in_blocks", &TThis::EnableSegmentMetaInBlocks)
- .Default(true);
+ .Default(false);
registrar.Parameter("enable_column_meta_in_chunk_meta", &TThis::EnableColumnMetaInChunkMeta)
.Default(true);