We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3eaea commit aec6644Copy full SHA for aec6644
ydb/core/protos/feature_flags.proto
@@ -167,7 +167,7 @@ message TFeatureFlags {
167
optional bool EnableOlapCompression = 142 [default = false];
168
optional bool EnableExternalDataSourcesOnServerless = 143 [default = true];
169
optional bool EnableSparsedColumns = 144 [default = false];
170
- optional bool EnableParameterizedDecimal = 145 [default = false];
+ optional bool EnableParameterizedDecimal = 145 [default = true];
171
optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = false];
172
optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false];
173
optional bool EnableTopicAutopartitioningForCDC = 148 [default = false];
0 commit comments