Skip to content

Commit aec6644

Browse files
authored
EnableParameterizedDecimal = true (#11176)
1 parent ba3eaea commit aec6644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/feature_flags.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ message TFeatureFlags {
167167
optional bool EnableOlapCompression = 142 [default = false];
168168
optional bool EnableExternalDataSourcesOnServerless = 143 [default = true];
169169
optional bool EnableSparsedColumns = 144 [default = false];
170-
optional bool EnableParameterizedDecimal = 145 [default = false];
170+
optional bool EnableParameterizedDecimal = 145 [default = true];
171171
optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = false];
172172
optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false];
173173
optional bool EnableTopicAutopartitioningForCDC = 148 [default = false];

0 commit comments

Comments
 (0)