diff --git a/ydb/core/protos/feature_flags.proto b/ydb/core/protos/feature_flags.proto index 37777b2633c3..6fcb9239356b 100644 --- a/ydb/core/protos/feature_flags.proto +++ b/ydb/core/protos/feature_flags.proto @@ -167,7 +167,7 @@ message TFeatureFlags { optional bool EnableOlapCompression = 142 [default = false]; optional bool EnableExternalDataSourcesOnServerless = 143 [default = true]; optional bool EnableSparsedColumns = 144 [default = false]; - optional bool EnableParameterizedDecimal = 145 [default = true]; + optional bool EnableParameterizedDecimal = 145 [default = false]; optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = true]; optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false]; optional bool EnableTopicAutopartitioningForCDC = 148 [default = false];