File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,16 +98,16 @@ message TFeatureFlags {
98
98
reserved 83 ; // EnableKqpDataQuerySourceRead
99
99
optional bool EnableSmallDiskOptimization = 84 [default = true ];
100
100
optional bool EnableDataShardVolatileTransactions = 85 [default = false ];
101
- optional bool EnableTopicServiceTx = 86 [default = false ];
101
+ optional bool EnableTopicServiceTx = 86 [default = true ];
102
102
optional bool EnableLLVMCache = 87 [default = false ];
103
103
optional bool EnableExternalDataSources = 88 [default = false ];
104
104
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true ];
105
105
optional bool EnableSeparationComputeActorsFromRead = 90 [default = false ];
106
- optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false ];
106
+ optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = true ];
107
107
optional bool EnableScriptExecutionOperations = 92 [default = true ];
108
108
optional bool EnableImplicitQueryParameterTypes = 93 [default = false ];
109
109
optional bool EnableForceImmediateEffectsExecution = 94 [default = false ];
110
- optional bool EnableTopicSplitMerge = 95 [default = false ];
110
+ optional bool EnableTopicSplitMerge = 95 [default = true ];
111
111
optional bool EnableChangefeedDynamoDBStreamsFormat = 96 [default = true ];
112
112
optional bool ForceColumnTablesCompositeMarks = 97 [default = false ];
113
113
optional bool EnableSubscriptionsInDiscovery = 98 [default = false ];
You can’t perform that action at this time.
0 commit comments