File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -492,8 +492,8 @@ Y_UNIT_TEST_SUITE(KqpProxy) {
492492
493493 Y_UNIT_TEST (ExecuteScriptFailsWithoutFeatureFlag) {
494494 NKikimrConfig::TAppConfig appConfig;
495+ appConfig.MutableFeatureFlags ()->SetEnableScriptExecutionOperations (false );
495496 NYdb::TKikimrWithGrpcAndRootSchema server (appConfig);
496- appConfig.MutableFeatureFlags ()->SetEnableScriptExecutionOperations (false ); // default
497497 server.Server_ ->GetRuntime ()->SetLogPriority (NKikimrServices::KQP_PROXY, NActors::NLog::PRI_DEBUG);
498498
499499 ui16 grpc = server.GetPort ();
Original file line number Diff line number Diff 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 = true ];
109109 optional bool EnableForceImmediateEffectsExecution = 94 [default = false ];
110110 optional bool EnableTopicSplitMerge = 95 [default = false ];
You can’t perform that action at this time.
0 commit comments