Skip to content

Commit 52d299a

Browse files
authored
Enable feature flags for QueryService. (#2560)
1 parent c206738 commit 52d299a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/core/protos/feature_flags.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ message TFeatureFlags {
104104
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true];
105105
optional bool EnableSeparationComputeActorsFromRead = 90 [default = false];
106106
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false];
107-
optional bool EnableScriptExecutionOperations = 92 [default = false];
107+
optional bool EnableScriptExecutionOperations = 92 [default = true];
108108
optional bool EnableImplicitQueryParameterTypes = 93 [default = false];
109109
optional bool EnableForceImmediateEffectsExecution = 94 [default = false];
110110
optional bool EnableTopicSplitMerge = 95 [default = false];

ydb/core/protos/table_service_config.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ message TTableServiceConfig {
234234
optional bool EnablePredicateExtractForDataQueries = 37 [default = true];
235235
optional bool EnableKqpImmediateEffects = 38 [default = true];
236236
optional bool EnableSequentialReads = 39 [default = true];
237-
optional bool EnablePreparedDdl = 42 [default = false];
237+
optional bool EnablePreparedDdl = 42 [default = true];
238238
optional bool EnableSequences = 43 [default = false];
239239
optional bool EnableAsyncComputationPatternCompilation = 48 [default = true];
240240
optional TCompileComputationPatternServiceConfig CompileComputationPatternServiceConfig = 47;

0 commit comments

Comments
 (0)