From b31d6329aab35be88e9cb6307cd1f9ac9207bf51 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Wed, 11 Sep 2024 11:28:18 +0300 Subject: [PATCH] Disable CTAS by default --- ydb/core/protos/table_service_config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/protos/table_service_config.proto b/ydb/core/protos/table_service_config.proto index ef3a61cb74a5..66eb880dccd3 100644 --- a/ydb/core/protos/table_service_config.proto +++ b/ydb/core/protos/table_service_config.proto @@ -285,7 +285,7 @@ message TTableServiceConfig { optional bool EnableOlapSink = 55 [default = false]; optional bool EnablePerStatementQueryExecution = 56 [default = false]; - optional bool EnableCreateTableAs = 57 [default = true]; + optional bool EnableCreateTableAs = 57 [default = false]; optional uint64 IdxLookupJoinPointsLimit = 58 [default = 3]; reserved 59; //optional bool OldLookupJoinBehaviour = 59 [default = false];